J
Joël
I have a dataset with 2 tables and a foreign constraint between them.
Some changes have been made in the tables (insert, update and delete).
Now I want to update the database. I call Update on each dataAdapter. One by
table.
But the second Update fail.
What is the best solution to rollback the first Update in the database ?
Worst, I can keep the DataSet unchanged, using the merge technique and have
high differencies between the dataset and the database.
Is there any way to prevent this situation, and how ?
Some changes have been made in the tables (insert, update and delete).
Now I want to update the database. I call Update on each dataAdapter. One by
table.
But the second Update fail.
What is the best solution to rollback the first Update in the database ?
Worst, I can keep the DataSet unchanged, using the merge technique and have
high differencies between the dataset and the database.
Is there any way to prevent this situation, and how ?