RollBack - method of the PmaDatabase object
Description:
Rollback of the transaction processing of the table.
Note:
All methods for the modification of the database table called after previous calling the
BeginTrans method aren't effective (as if they weren't be called at all).
Example:
JavaScriptVBScriptSelect and copy to clipboard
oDb.RollBack();
oDb.RollBack