ROLLBACK (IBEBlock)
Restores the database to its state prior to the start of the current transaction.
Syntax
ROLLBACK;
Description
ROLLBACK undoes changes made to a database by the current transaction, then ends the transaction.
See also:
COMMIT
back to top of page
<< COMMIT | IBEBlock | EXECUTE STATEMENT ... AS DATASET >>