RepositoryTransaction Status Property

See Also

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. This is a read-only property. To copy this property to another variable, use a variable that is declared as a Variant.

Syntax

object.Status

The Status property syntax has the following parts.

Part Description
object The RepositoryTransaction object for the currently 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.