Native ODBC access for python on linux?

Grig Gheorghiu grig.gheorghiu at gmail.com
Thu Jul 14 15:54:39 EDT 2005


I concur with Larry. I find that by properly abstracting the database
connection code in my own class, I can then use any DB-API-compliant
Python module to connect to a variety of databases. I use for example
cxOracle to connect to Oracle and kinterbasdb to connect to firebird. I
haven't tried connecting to MySQL natively yet, but I don't think it
would be any different.

Grig




More information about the Python-list mailing list