Skip to main content
Version: Next

Transaction level

Transaction level -> Function result

ParameterTypeDescription
Function resultLongint🡐Current transaction level (0 if no transaction has been started)

Description

The Transaction level command returns the current transaction level for the process. This command takes all the transactions of the current process into account, regardless of whether they were started via the 4D language or via SQL.

See also

In transaction
START TRANSACTION
Using Transactions