Using Transaction with Lock and timeout
Posted: Mon 22 Jun 2009 12:21
How can I use the new feature LOCK TIMEOUT from Firebird 2.1 with the TIBCTransaction component?
Discussion forums for open issues and questions concerning database tools, data access components and developer tools from Devart
https://forums.devart.com/
Code: Select all
IBCTransaction.Params.Add('lock_timeout=10');