Quantcast
Channel: SQLServerCentral » SQL Server 2014 » Development - SQL Server 2014 » Latest topics
Viewing all articles
Browse latest Browse all 3145

Data entry for rows about events that are linked by a visitID

$
0
0
I'm trying to wrap my head around what approach to use in building an application that allows daily import of data and data viewing and entry (update of existing data). The part I need some ideas for is this: The data comes in as event rows that revolve around a particular visit. [b] I want to allow users to see all data related to one visitID on one .NET web page so that, for example, if they enter some notes they will see those notes on that same page.[/b] The system they had when I got here is in Access. Each eventID row is separate so if they enter notes on one of the forms it doesn't appear in the other related rows that have that same visit ID. There's a lot more to this application than this but this highlights the crux of my issue I think.The part I cannot visualize is how to display the data on one .NET webpage that they can view and [b]update[/b]. I know I'm being a bit vague but I am looking for an idea / some guidance in general. I'm not a programmer but I have some experience with SSIS, SSRS, .NET web page development, etc. but mostly I'm a DBA but they don't have anyone else to do this. Example rows would look something like this:VisitID status statusDate EntryLocation ExitLocation factoid1 factoid2 [...]1 entry 9/9/2009 here there blue red1 exit 9/12/2009 near far teal orange5 exit 10/1/2015 west east grey ecru999 entry 9/18/2015 south jones white NULLThe data as it comes in from an external source is partially denormalized, for example, columns for EntryLocation and ExitLocation.Please let me know if I need to add more information to help you to help me.Thanks.

Viewing all articles
Browse latest Browse all 3145

Trending Articles