Page 1 of 1

Lock Timeout

Posted: Thu 01 Mar 2012 08:39
by yota
How can I specify lock timeout on TIBCTransaction?

Posted: Thu 01 Mar 2012 12:34
by AndreyZ
Hello,

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');