Page 1 of 1

Using Transaction with Lock and timeout

Posted: Mon 22 Jun 2009 12:21
by Realtime
How can I use the new feature LOCK TIMEOUT from Firebird 2.1 with the TIBCTransaction component?

Posted: Thu 25 Jun 2009 08:20
by Plash
IBDAC does not support this feature.

Re: Using Transaction with Lock and timeout

Posted: Fri 29 Apr 2016 14:13
by Comed
Hi,
after some years is IBDAC going to support this feature someday?
with growing Databases and number of users this feature is standard for almost all databases.

Re: Using Transaction with Lock and timeout

Posted: Wed 04 May 2016 14:24
by ViktorV
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');