Accessing Oracle/Access database py2.4

M.-A. Lemburg mal at egenix.com
Fri Feb 15 14:45:36 EST 2008


On 2008-02-15 17:06, Ahmed, Shakir wrote:
> I was used import odbc  to connect oracle or access table before, now I
> switched to python 2.4 and is giving me error message. I appreciate any
> help on that. 

The win32 odbc module is very old and no longer maintained.

If you're looking for a reliable ODBC module, please have a
look at our mxODBC package for Python:

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

Thanks,
-- 
Marc-Andre Lemburg
eGenix.com

Professional Python Services directly from the Source  (#1, Feb 15 2008)
>>> 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 mxODBC.Zope.DA for Windows,Linux,Solaris,MacOSX 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



More information about the Python-list mailing list