|
|
ROLLBACK
Aborts the current transaction.
Usage
Embedded/Interactive/Procedural.
Description
The current transaction is aborted. No database alterations requested in the transaction build-up are executed.
All cursors opened by the current ident are closed.
If there is no currently active transaction, any cursors opened by the current ident are closed, but the ROLLBACK statement is otherwise ignored. No error code is returned in this case.
When a BACKUP transaction is rolled back, all files created with CREATE BACKUP are deleted.
Restrictions
The ROLLBACK statement cannot be used in a result set procedure.
The ROLLBACK statement cannot be used within an atomic compound SQL statement, see COMPOUND STATEMENT.
The ROLLBACK BACKUP statement must be used to abort a BACKUP transaction.
The ROLLBACK BACKUP statement is not supported in procedural usage contexts.
Notes
See the Mimer SQL Programmer's Manual for a more detailed discussion of transaction handling.
Standard Compliance
Standard
Compliance
Comments
X/Open-95
SQL92 EXTENDED Support for the BACKUP and TRANSACTION keywords is a Mimer SQL extension.
|
Upright Database Technology AB Voice: +46 18 780 92 00 Fax: +46 18 780 92 40 dbtechnology@upright.se |
|
|