Where to find the 'dbi' and 'odbc' modules?

Gilles Lenfant glenfant at equod.com.nospam
Tue Jan 16 06:30:26 EST 2001


<egmanoj at yahoo.com> a écrit dans le message news:
mailman.979634964.31590.python-list at python.org...
> Hi all,

Me too !

> I am a python newbie. I recently downloaded Python(2) for WinNT at my
> office and was fiddling with database access. Although the Python
> documentation mentions the dbi and odbc modules, they are not

dbi is no (AFAIK) a module/package, it's the "official" python API for
playing with databases.
odbc module is available with Mark Hammon's Win32 extensions (search from
http://www.activestate.com)

> available with the Python 2 distribution. Can anyone tell me where
> these are available for download?

The best OBDC extension for Python is mxODBC. It's about 90% compliant with
DBI 2.0. It's Windows/Unix portable. And it can play with dates before the
system "epoch".

http://www.lemburg.com/files/python/

>
> Thanks,
> Manoj E.G.
>
>




More information about the Python-list mailing list