M
Maxwell2006
Hi,
I am using DataAdapter.Update to update database tables based on changes in
my DataTable.
How can I make sure that the whole Update operation (which can include
several update, delete and insert operations) is within a transaction. If
anything goes wrong, the Update should rollback all changes.
Is that DataAdapter's default behavior?
Thank you,
Max
I am using DataAdapter.Update to update database tables based on changes in
my DataTable.
How can I make sure that the whole Update operation (which can include
several update, delete and insert operations) is within a transaction. If
anything goes wrong, the Update should rollback all changes.
Is that DataAdapter's default behavior?
Thank you,
Max