[DB-SIG] sql server module

Tom Bryan tbryan@starship.beopen.com
Wed, 26 Jul 2000 17:27:20 -0700 (PDT)


On Wed, 26 Jul 2000, Javier Sturman wrote:

> Hi, I'm new in python programming.

Welcome. :)

> Is there any module to access Ms SqlServer 7?
> is it better to use odbc? In that case where can I get the module?

If you're programming on a Windows machine, there 
are two modules: odbc and dbi.  They are included with 
the Windows win32 extensions.  There's an old but useful 
example of how to use them at
http://www.python.org/windows/win32/odbc.html

---Tom