|
-
Jan 4th, 2000, 01:21 AM
#1
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
-
Jan 4th, 2000, 12:41 PM
#2
New Member
If i do rollback statement in my code all my querydefs and recorrdsets are not set anymore
and i all have to define them again. Anyone
knows something about this.
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
|