Re: [SQLObject] rough DB2 version of DBConnection.py
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: Andy T. <an...@ha...> - 2004-06-10 16:14:13
|
Peter Gebauer wrote: >>is anybody even interested in using SQLObject with DB2? > > > We're upgrading our IBM DB2 8.1 database to PostgreSQL 7.4, but the old > system is still running DB2. It's unfortunate that we run DB2 at all (I'm > very unhappy with it) and one of the more painful things is the lack of good > DB2 Python support. > It would be most welcome to have a nice Python interface to DB2 since we are > hacking PERL at the moment. > > /Peter > > There is a Python module for DB2 at http://sourceforge.net/projects/pydb2/ You might also want to look at mxODBC (http://www.egenix.com/files/python/mxODBC.html) it works with DB2 UDB but does require a commercial license if you are using it for anything other than personal use. Regards, Andy -- -------------------------------------------------------------------------------- From the desk of Andrew J Todd esq - http://www.halfcooked.com/ |