MDAC 2.5 SDK - OLE DB Programmer's Reference
OLE DB Interfaces
ITransactionLocal is an optional interface on sessions. It is used to start, commit, and abort transactions on the session. For more information, see "Simple Transactions" in Chapter 15, "Transactions."
Method | Description |
GetOptionsObject | Returns an object that can be used to specify configuration options for a subsequent call to StartTransaction. |
StartTransaction | Begins a new transaction. |