ADO::XactAttributeEnum
Specifies the transaction attributes of a Connection object.
| Constant |
Value |
Description |
| cnn.adXactAbortRetaining |
262144 |
Performs retaining aborts. That is, calling RollbackTrans
automatically starts a new transaction. Not all providers support this. |
| cnn.adXactCommitRetaining |
131072 |
Performs retaining commits. That is, calling CommitTrans
automatically starts a new transaction. Not all providers support this. |
|