Subject Using Firebird ODBC driver with PyQT on Linux Mint
Author the.weavster
I have downloaded the latest Linux ODBC driver from firebirdsql and I'm trying to run a SELECT statement against the example database but the statement doesn't seem to get executed. I get no database error message back from the driver but I get this error message in the console:

SCH: mutex lock error, status = 13
Aborted

-------------------------------
(program exited with code: 134)



Does anybody have any ideas?

Thanks