Lock Timeout
Lock Timeout
How can I specify lock timeout on TIBCTransaction?
-
AndreyZ
Hello,
To specify LOCK TIMEOUT for a transaction, you should set the lock_timeout transaction parameter. Here is an example:
To specify LOCK TIMEOUT for a transaction, you should set the lock_timeout transaction parameter. Here is an example:
Code: Select all
IBCTransaction.Params.Add('lock_timeout=10');