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. |
Aborts a transaction. For information on how this interface is implemented, see the OLE DB Programmer’s Reference.
Commits a transaction. For information on how this interface is implemented, see the OLE DB Programmer’s Reference.
Returns information regarding a transaction. For information on how this interface is implemented, see the OLE DB Programmer’s Reference.