Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Advantage CA-Clipper Guide v6.11 - rollback transaction http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 ROLLBACK TRANSACTION
 Indicates the end of transaction and aborts updates
------------------------------------------------------------------------------

 Syntax

     ROLLBACK TRANSACTION

 Description

     This command signifies the end of a transaction and instructs
     Advantage to abort the changes issued during the transaction. Unlike
     the COMMIT TRANSACTION statement, the ROLLBACK TRANSACTION statement
     signifies that the updates issued during the transaction be aborted
     and the table(s) not be updated. When this command is
     issued, all the data altered since the BEGIN TRANSACTION statement
     is restored to its previous value. The pending updates are rolled
     back and CANNOT be recovered.

     The ROLLBACK TRANSACTION command can only follow a BEGIN TRANSACTION
     statement and like all other transaction commands, cannot be nested.

 Example

     See the example in BEGIN TRANSACTION.


See Also: BEGIN TRANSACTION COMMIT TRANSACTION AX_Transaction()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson