RepositoryTransaction Status Property
This property indicates what the current transaction status is for the Repository instance. If the value is zero, no transaction is active. If the value is nonzero, a transaction is active. To copy this property to another variable, use a variable that is declared as a Variant. This is a read-only property.
Syntax
object.Status
The Status property syntax has the following part.
Part | Description |
---|---|
object | An object expression that evaluates to a RepositoryTransaction object for the open Repository instance |
Remarks
A transaction is considered active until the Commit method has successfully executed and the nested transaction count has been decremented to zero. Depending upon the data-flushing capabilities of the underlying database server, the data associated with a committed transaction may or may not be written to the physical storage device when the Commit method returns control to its caller.
See Also
Repository Transaction Property