version 11
Transaction level Longint
Parameter | Type | Description | ||||
This command does not require any parameters | ||||||
Function result | Longint | 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.