Results 1 to 2 of 2

Thread: problems with transactions

  1. #1

    Thread Starter
    Guru Clunietp's Avatar
    Join Date
    Oct 1999
    Location
    USA
    Posts
    1,844

    Post

    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

  2. #2
    New Member
    Join Date
    Jan 2000
    Posts
    2

    Post

    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
  •  



Click Here to Expand Forum to Full Width