R
Rick
Hi,
In updating the db I use datasets with a data adapter. Each dataset has
multiple tables with a parent-child relationships. With that in mind, my
update has a hierarchical order to it in which I use a transaction object.
When I pass my dataset to the dataadpater for each table I call
AcceptChanges() method after the update. If there is an error I rollback
all updates via the transaction object, how can I roll back the
AcceptChanges on each datatable?
Thanks
In updating the db I use datasets with a data adapter. Each dataset has
multiple tables with a parent-child relationships. With that in mind, my
update has a hierarchical order to it in which I use a transaction object.
When I pass my dataset to the dataadpater for each table I call
AcceptChanges() method after the update. If there is an error I rollback
all updates via the transaction object, how can I roll back the
AcceptChanges on each datatable?
Thanks