XactAttributeEnum
Specifies the transaction attributes of a Connection object.
Constant | Value | Description |
---|---|---|
adXactAbortRetaining | 262144 | Performs retaining aborts by calling RollbackTrans to automatically start a new transaction. Not all providers support this behavior. |
adXactCommitRetaining | 131072 | Performs retaining commits by calling CommitTrans to automatically start a new transaction. Not all providers support this behavior. |
ADO/WFC Equivalent
Package: com.ms.wfc.data
Constant |
---|
AdoEnums.XactAttribute.ABORTRETAINING |
AdoEnums.XactAttribute.COMMITRETAINING |