|
-
Jan 4th, 2000, 01:21 AM
#2
Thread Starter
Guru
To start a transaction, use BEGINTRANS
To make the changes final, use COMMITTRANS
To undo all changes made since calling begintrans, call ROLLBACKTRANS
You may be calling your begintrans at the wrong time, or not at all. If you are going to use transactions, be sure to be clear on when to use them
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|