Setting the Lock Timeout using SQLBaseODBC

Connection string

This SQLBase ODBC connection string can be used for connections to SQLBase.

Specify the number of seconds SQLBase waits for a lock to be freed before raising an error.

Driver=SQLBaseODBC;ServerName=myServerAddress;Database=myDataBase;
LogonID
=myUsername;
Password=myPassword;LockTimeOut=500;

Values can be -1 to 1800. A value of -1 is infinite wait. Default is 300.