Description

The McDBTransactions collection encapsulates all transactions managed by the database engine, only one of which may be active at a time (i.e. encapsulating the valid, existing object(s)). This property will read or set this value.

Property type

A McDBTransaction object.  

Syntax

[Set] object.ActiveTransaction [= McDBTransaction]

The ActiveTransaction Property syntax has these parts:

PartDescription
objectAn expression evaluating to an object of type McDBTransactions.
McDBTransactionA McDBTransaction object.

Remarks

Assigning this property a value of Nothing will place the database engine into a discrete, unnamed transaction namespace where actions may not be transacted.