Rollback

The Rollback method of the MDStore interface rolls back a transaction on a database. All changes made to the object subsequent to the initiation of the transaction with the BeginTrans method are voided and the object remains in the state it was at the time of the beginning of the transaction.

Applies To
clsDatabase  

Syntax

object.Rollback

object
The Database object on which to roll back the transaction.
See Also
BeginTrans CommitTrans
About Decision Support Objects Using Decision Support Objects
Methods Cross-Reference  

(c) 1988-1998 Microsoft Corporation. All Rights Reserved.