Im not sure this is the place to ask this...but Ill give it a try.
I am currently working on a windows application in .NET that will connect to a SQL Server DB. I have been researching ADO.NET for a while and am trying to figure out the best architecture solution for the application. This is an application that will reside on a server, but will also have several workstations some of which will be disconnected at times and will be utilizing replication functionality. I am looking for some advice on whether or not to use DataSets to populate and bind controls and then update the database with these. Or if I should bring the data into another custom object and throw away the DataSet after the ArrayList or other object (probably custom) is populated to bind to.
Also would like to provide that there are some combo boxes that will need to be populated with read-only data, but then the selected value will need to be placed into another table. For example, if we have a customer and we would like to know their race, then the race combo box will be populated with a race table, but the selected race also needs to go into another table with the customer specific information.
Sorry for the confusion if there is any. I am new to .NET and am knee-deep in the learning curve.
Please advise.
Thanks much!
I am currently working on a windows application in .NET that will connect to a SQL Server DB. I have been researching ADO.NET for a while and am trying to figure out the best architecture solution for the application. This is an application that will reside on a server, but will also have several workstations some of which will be disconnected at times and will be utilizing replication functionality. I am looking for some advice on whether or not to use DataSets to populate and bind controls and then update the database with these. Or if I should bring the data into another custom object and throw away the DataSet after the ArrayList or other object (probably custom) is populated to bind to.
Also would like to provide that there are some combo boxes that will need to be populated with read-only data, but then the selected value will need to be placed into another table. For example, if we have a customer and we would like to know their race, then the race combo box will be populated with a race table, but the selected race also needs to go into another table with the customer specific information.
Sorry for the confusion if there is any. I am new to .NET and am knee-deep in the learning curve.
Please advise.
Thanks much!