Using Transaction with Lock and timeout
Using Transaction with Lock and timeout
How can I use the new feature LOCK TIMEOUT from Firebird 2.1 with the TIBCTransaction component?
Re: Using Transaction with Lock and timeout
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.
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
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');