ITransaction

The ITransaction interface is used to commit, abort, and obtain status information about transactions.

Method Description
Abort Aborts a transaction.
Commit Commits a transaction.
GetTransactionInfo Returns information about a transaction.

 

ITransaction::Abort

Aborts a transaction. For information on how this interface is implemented, see the OLE DB Programmer’s Reference.

ITransaction::Commit

Commits a transaction. For information on how this interface is implemented, see the OLE DB Programmer’s Reference.

ITransaction::GetTransactionInfo

Returns information regarding a transaction. For information on how this interface is implemented, see the OLE DB Programmer’s Reference.