Hi
Can anyone help with SQL server transactions please?
I have a number of updates to perform and want to commit the transactions only if all are successful.
With ADO, all that was needed were ADO BeginTrans, CommitTrans and RollbackTrans Methods. Have searched the web, but nothing really elaborate turned up.
A little help with how to construct the code would be very much appreciated.
Thanks
Can anyone help with SQL server transactions please?
I have a number of updates to perform and want to commit the transactions only if all are successful.
With ADO, all that was needed were ADO BeginTrans, CommitTrans and RollbackTrans Methods. Have searched the web, but nothing really elaborate turned up.
A little help with how to construct the code would be very much appreciated.
Thanks