I Have a form that shows data from one mater and about 14 child tables.
What I want to know is what is the best for me here. To use one data set for all of them to keep the relations easy. If not, and if I have to use many data sets, how can I maintain the relations, I mean when I insert new record into child will take the master ID directly?
waiting for your advices.
btw, I am using C# with SQL 2005 and the application is multiuser.
Start Free Trial