Python to MS SQL Server

Bjorn Pettersen BPettersen at NAREX.com
Tue Jun 18 15:23:41 EDT 2002


> From: Mark McEahern [mailto:marklists at mceahern.com] 
> 
> > I am interested in using Python in a MS SQL Server 
> > environment, but do
> > not see any database modules out there, especially for 
> > native versus 
> > using ODBC. Is there such a module?
> 
> This is a total guess, because I haven't done this myself:
> 
> Have you tried using win32com to use ADO?

AFAIK, there is no Python database module that goes directly to MS SQL
Server db lib. ADO does work however, so that's certainly an option.
Personally, I would probably investigate e.g. mxODBC first (the
interface is much easier to use from Python).

-- bjorn





More information about the Python-list mailing list