Python ODBC

Jorge Mazzonelli jmazzonelli at gmail.com
Sun Apr 29 15:03:53 EDT 2007


For ODBC connections you can try pyODBC. I didn't test it on Linux but it is
said it works on both Windows and POSIX systems.
pyODBC--> pyodbc.sourceforge.net
The license is MIT License.

You can also have a look here:
http://sparcs.kaist.ac.kr/~tinuviel/python/database.html since it has
various links on python interfaces to several databases including DB2. It
contains also links to other ODBC packages for python.

Jorge


On 29 Apr 2007 09:34:13 -0700, Harlin Seritt <harlinseritt 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
>
> --
> http://mail.python.org/mailman/listinfo/python-list
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20070429/ffb311fa/attachment.html>


More information about the Python-list mailing list