Constant |
Value |
Description |
COMMITRETAINING |
131072 |
Performs retaining commits—that is, calling CommitTrans automatically starts a new transaction. Not all providers support this. |
ABORTRETAINING |
262144 |
Performs retaining aborts—that is, calling RollbackTrans automatically starts a new transaction. Not all providers support this. |
ASYNCPHASEONE |
524288 |
When this flag is specified, an asynchronous commit is performed. |
SYNCPHASEONE |
1048576 |
When this flag is specified, the call to ITransaction::Commit returns after phase one of the two-phase commit protocol. |