Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the transaction attributes of a Connection object.
| Constant | Value | Description |
|---|---|---|
| adXactAbortRetaining | 262144 | Performs retaining aborts—that is, calling RollbackTrans automatically starts a new transaction. Not all providers support this. |
| adXactCommitRetaining | 131072 | Performs retaining commits—that is, calling CommitTrans automatically starts a new transaction. Not all providers support this. |
ADO/WFC Equivalent
Package: com.ms.wfc.data
| Constant |
|---|
| AdoEnums.XactAttribute.ABORTRETAINING |
| AdoEnums.XactAttribute.COMMITRETAINING |
See Also
Applies To: Attributes Property