G
Guest
I defined a dataset that contains two tables (parent-child)
I fill it with some data properly
Some changes happen, and I need to store it in DB
If I use "dataAdapter.Update (dataSet, firstTableName)", and then "dataSet.AcceptChanges()", will all the modified records state change (i mean in both tables in dataset)? or, just those from the first table
Thanks a lot
Mark
I fill it with some data properly
Some changes happen, and I need to store it in DB
If I use "dataAdapter.Update (dataSet, firstTableName)", and then "dataSet.AcceptChanges()", will all the modified records state change (i mean in both tables in dataset)? or, just those from the first table
Thanks a lot
Mark