Cancels all updates, insertions, and deletions for the current transaction and ends the transaction. Syntax: procedure Rollback; Description: Call Rollback to cancel all updates, insertions, and deletions for the current transaction and to end the transaction. The current transaction is the last transaction started by calling StartTransaction.
See also: Commit, StartTransaction methods InTransaction property |