JDBC in CPYTHON

M.-A. Lemburg mal at egenix.com
Wed Feb 4 16:16:31 EST 2009


On 2009-02-03 19:30, KMCB wrote:
> I was wondering if anyone was aware of a JDBC DBAPI module for
> cpython.  I have looked at PYJDBC and was interested in avoiding using
> that extra level of ICE.  I was thinking maybe someone would have back
> ported zxJDBC from Jython.  Or used that as a starting point, to
> create a module and had a C based wrapper for the driver.  This type
> of activity was talked about back in 2004 on this forum, but I was
> wondering if anyone had newer information.

Why not use ODBC instead ?

   http://www.egenix.com/products/python/mxODBC/

(zxJDBC is based on and was inspired by mxODBC)

Or, if you don't have ODBC drivers for your database, use an
ODBC-JDBC bridge such as:

    http://www.easysoft.com/products/data_access/odbc_jdbc_gateway/
or
    http://odbcjdbc.sourceforge.net/

-- 
Marc-Andre Lemburg
eGenix.com

Professional Python Services directly from the Source  (#1, Feb 04 2009)
>>> Python/Zope Consulting and Support ...        http://www.egenix.com/
>>> mxODBC.Zope.Database.Adapter ...             http://zope.egenix.com/
>>> mxODBC, mxDateTime, mxTextTools ...        http://python.egenix.com/
________________________________________________________________________

::: Try our new mxODBC.Connect Python Database Interface for free ! ::::


   eGenix.com Software, Skills and Services GmbH  Pastor-Loeh-Str.48
    D-40764 Langenfeld, Germany. CEO Dipl.-Math. Marc-Andre Lemburg
           Registered at Amtsgericht Duesseldorf: HRB 46611
               http://www.egenix.com/company/contact/



More information about the Python-list mailing list