[DB-SIG] authoritative list of Python database modules

Mark Hammond MHammond@skippinet.com.au
Tue, 23 Jun 1998 10:37:35 +1000


>Great idea. (BTW: You should also include information on DB API
>compliance for each module.)
>
>> ODBC (???)
>> http://www.python.org/windows/win32/odbc.html
>> (Is it possible to use ODBC without PythonWin?)
>
>AFAIK, the win32 odbc module only works with the MS ODBC Manager
>on WinNT/95.

I have no idea how true that is - I didnt write it :-)

But the ODBC distributed with Pythonwin is not at all dependant on
Pythonwin.  It requires only "dbi.pyd" and "odbc.pyd" to run.
Pythonwin is just a convenient vehicle for distributing it, and
keeping it up to date...

Mark.