Platform SDK: Transaction Server |
[This product will work only on Windows NT 4.0 versions and earlier. For Windows 2000 and later, see COM+ (Component Services).]
Aborts the current transaction.
Applies To
Syntax
transactioncontextobject.Abort
The transactioncontextobject placeholder represents an object variable that evaluates to a TransactionContext object.
Remarks
When a base client calls Abort, all objects that participated in the transaction are automatically deactivated. Any database updates made by those objects are rolled back. The transaction is completed on return from this method. If another call is made on the TransactionContext object after the TransactionContext object has returned from a call in which it called the Abort method, a new transaction is started.
See Also
Transaction Context Objects, Base Clients, Transactions, SetAbort