See Also: Set_Transaction_Retry
To return the setting for the number of times to retry a transaction before signaling a deadlock.
Get_Transaction_Retry To {variable}
variable An integer variable to hold the number of retries.
Get_Transaction_Retry returns the number of automatic lock retries that will occur before a deadlock is signaled. A deadlock occurs when two or more tasks or users try to lock each other's records. You may set the retry count with the Set_Transaction_Retry command, thereby allowing more retries to occur, before causing a deadlock condition.
Integer iTransactionRetry
Get_Transaction_Retry To iTransactionRetry
Showln "Number of times to retry transactions: " iTransactionRetry
The default value of the transaction retry count is 15.