W
wooz
Hi !
I have few datasets, all of them works on the same connection (SQL CE
server). I do some opeations on these datasets and then call an "update"
method on each one.
How to update all datasets transactionally ? For example:
ds1 - dataset
ds2 - dataset
ds3 - dataset
ds1.Tables(0).update - OK
ds2.Tables(0).update - OK
ds3.Tables(0).update - Fail
In this case all changes made by ds1 and ds2 should be rolled up.
Thanks in advance.
I have few datasets, all of them works on the same connection (SQL CE
server). I do some opeations on these datasets and then call an "update"
method on each one.
How to update all datasets transactionally ? For example:
ds1 - dataset
ds2 - dataset
ds3 - dataset
ds1.Tables(0).update - OK
ds2.Tables(0).update - OK
ds3.Tables(0).update - Fail
In this case all changes made by ds1 and ds2 should be rolled up.
Thanks in advance.