DataRollback() |
Rolls back all data manipulation (if any) in the current transaction, i.e., data manipulation that has occurrend since login or since the most recent commit or rollback. Syntax DataRollback( mode )
mode := { QUIET | }
If the optional mode is not passed, an information message is displayed if the rollback is successful. If QUIET is passed as the value for mode, this message is suppressed. Example DataRollback( QUIET ) |