Skip to main content
Version: 20 R7 BETA

Transaction level

Transaction level : Integer

ParameterTypeDescription
Function resultIntegerCurrent 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