Tools_GetTranLevel()

Examples


The Tools_GetTranLevel() function indicates whether a database transaction is currently active.

Syntax

Tools_GetTranLevel()

Parameters

• None

Return value

An integer. The value 0 indicates no transaction is currently active. Any other value indicates a transaction is active.


Documentation Feedback