Name

XactAttributeEnum Enumeration — (Versions 2.0, 2.1, 2.5, 2.6)

Synopsis

The XactAttributeEnum enumeration indicates the transaction attributes of a Connection object.

Table E-52. The XactAttributeEnum Enumeration

Enumeration (ADO/WFC)

Value

Description

adXactAbortRetaining (ABORTRETAINING)
262144 (&H40000)

Indicates that by calling the RollbackTrans method, ADO will start a new transaction automatically.

adXactCommitRetaining (COMMITRETAINING)
131072 (&H20000)

Indicates that by calling the CommitTrans method, ADO will start a new transaction automatically.

ADO/WFC

The XactAttributeEnum enumeration is part of the com.ms.wfc.data package, and the constant values are preceded with AdoEnums.IsolationLevel.

See Also

Connection.Attributes Property

Get ADO: ActiveX Data Objects now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.