Hi,
Consider the following scenario
I have a Database source i had filled in my dataset with the help of Dataadapter
after working on the dataset i want the data source to be updated back with the new data available with me.
It may be a small change in the employee_name column for example.
And if the data had already been modified even deleted by some other user of the database then my dataset update method will prone to some error.
How to synchronize the dataset with the datasource before updating the datasource.
Thanks,
Krish
Consider the following scenario
I have a Database source i had filled in my dataset with the help of Dataadapter
after working on the dataset i want the data source to be updated back with the new data available with me.
It may be a small change in the employee_name column for example.
And if the data had already been modified even deleted by some other user of the database then my dataset update method will prone to some error.
How to synchronize the dataset with the datasource before updating the datasource.
Thanks,
Krish
Comment