Description
This method creates a new transaction object, adds it to the McDBTransactions collection, and returns the new instance.
-
Return Type
-
A McDBTransaction object.
-
Syntax
-
object.Add (Name)
The Add Method syntax has these parts: Remarks
New transactions are automatically registered with all open databases. Note that transactions created using this method will not fall out of scope until the collection is destroyed (i.e. when McDBLib shuts down).
|