Python ODBC

kyosohma at gmail.com kyosohma at gmail.com
Mon Apr 30 10:10:37 EDT 2007


On Apr 29, 11:34 am, Harlin Seritt <harlinser... at yahoo.com> wrote:
> Is there a Python odbc module that will work on Linux? I have a jdbc
> connection to a DB2 server. I am looking hopefully for an open source
> solution and not a commercial one.
>
> Thanks,
>
> Harlin

I would think the odbc module would work. We've used SQLRelay here at
work too. Here's a link on the database modules for Python:

http://www.python.org/topics/database/modules.html

And here's a few links on db2 with Python:

http://www-128.ibm.com/developerworks/db2/library/tutorials/db2linux/db2proj/updated/python_db2_interface.htm
http://sourceforge.net/projects/pydb2/
http://www-128.ibm.com/developerworks/edu/i-dw-db2pylnx-i.html

Hope that helps.

Mike




More information about the Python-list mailing list