python interfacing to db2 on linux?

Martin von Loewis loewis at informatik.hu-berlin.de
Wed Aug 23 13:46:21 EDT 2000


XXX <stephan0h at my-deja.com> writes:

> Yes definitely, sorry if i have not been precise enough! I meant IBM's
> DB2 database.

Oops, my fault, I did not read your artical carefully enough. In that
case, I recommend that you wrap the DB2 library with one of the ODBX
modules, e.g. mxODBC, see
http://www.python.org/topics/database/modules.html. I suppose you can
chose to either link with the db2 library directly, or link with the
IBM-provided ODBC driver manager, if you have that.

Regards,
Martin



More information about the Python-list mailing list