Open Source Python ODBC module for Linux?
Gerhard Häring
gh at ghaering.de
Thu Mar 13 18:58:00 EST 2003
Mike S. wrote:
> Is there an open source python odbc module in existence? [...]
No. At least no cross-platform one. There's an unsupported 'odbc'
module http://www.python.org/windows/win32/odbc.html but I'd
personally rather avoid dead code.
If Windoze is your only concern, consider using ADO via win32com
instead. There are also DB-API wrappers for ADO.
Gerhard
--
mail: gh at ghaering.de
web: http://ghaering.de/
More information about the Python-list
mailing list