QUITTRANSACTION
Marks the end of a transaction in progress, discarding the results.
Syntax
QUITTRANSACTION
Comments
The QUITTRANSACTION command ends the explicit transaction in progress and discards any changes or updates made to the database since the TRANSACTION command was issued.
The QUITTRANSACTION command is ignored in single-user environments. In multi-user systems, QUITTRANSACTION takes effect only if an explicit transaction is in progress.
The QUITTRANSACTION command sets the system variable $InTransaction to “0” ($False).