Description

A McDBTransactions object containing all of the McDBTransaction instances allocated.

Property type

A McDBTransactions object.  

Syntax

object.Transactions

The Transactions Property syntax has these parts:

PartDescription
objectAn expression evaluating to an object of type McDBDatabases.

Remarks

By executing commands within an McDBTransaction context, database operations may be performed atomically (i.e. in a manner allowing them to all succeed or fail together). This property returns the collection of all the McDBTransaction objects available.

Notes

The McDBTransaction named “McDBLib Events” is a special transaction context used by the Database Engine.