Re: [Firebird-odbc-devel] Accessing Firebird using ODBC from Python

2011-11-01 Thread Sidney Cadot
Hi Werner, > Have you looked at SQLalchemy and using the native drivers to connect to > this different db's? Not really. I would prefer to use ODBC at this time, although SQLAlchemy is on my list of things to investigate. For now, I'd like to get a fix for my ODBC problem. --

Re: [Firebird-odbc-devel] Accessing Firebird using ODBC from Python

2011-11-01 Thread Werner F. Bruhin
Sidney, On 11/01/2011 11:34 AM, Sidney Cadot wrote: > Hello, > > I am trying to get the Firebird/ODBC link to work via pyodbc (v2.1.7) > and unixodbc (v2.2.14), under linux (amd64). Can't help with your real problem, but I am curios why you are going down the ODBC route instead of using native dr

[Firebird-odbc-devel] Accessing Firebird using ODBC from Python

2011-11-01 Thread Sidney Cadot
Hello, I am trying to get the Firebird/ODBC link to work via pyodbc (v2.1.7) and unixodbc (v2.2.14), under linux (amd64). I am using "libOdbcFb.so" that I extracted from OdbcFb-LIB-2.0.0151.amd64.tar.gz, as provided on the Firebird ODBC download page from SourceForge. It is possible for me to con