Wait timeout for error on lock conflict (Firebird) using IBPhoenix ODBC

Connection string

This IBPhoenix Open Source ODBC Driver (aka Firebird ODBC driver) connection string can be used for connections to Firebird.

DRIVER=Firebird/InterBase(r) driver;UID=SYSDBA;PWD=masterkey;
DBNAME
=C:\database\myData.gdb;
LockTimeoutWaitTransactions=4;

Normally the transaction will wait if it encounters a lock conflict. This connection string will raise an error after 4 seconds.