I need to rollback the particular transaction in sqlserver DB.
Hi
I need to rollback the particular transaction in sqlserver DB.
After commit of the transaction., if i supposed to make Cancel Transaction Operation ., i has to Make rollback operation.
Done the transaction code in asp.net and how can rollbak of DB can be implemented in .net code?
How can be done ?
Thanks
Answers (1)
0
You might try creating multiple DataView objects and setting source to them. You'll have to set the Filter accordingly for each!
Hope this helps
Mike