Access to MS SQL from Linux?

A. Lloyd Flanagan alloydflanagan at comcast.net
Fri Sep 24 16:34:37 EDT 2004


Tim Golden <tim.golden at viacom-outdoor.co.uk> wrote in message news:<mailman.3764.1095928105.5135.python-list at python.org>...
> [Joe Wong]
> 
> > Hi,
>  
> > Is there any Python library for accessing MS SQL server 
> > from a Linux machine? Either open source or commerical one will do for me.
> 

I would think the ODBC driver would be the first choice.  ODBC is
Microsoft's spec, they generally support it pretty thoroughly.  You
could check out the Win32 stuff and use COM to talk to an ADO server,
if you felt really ambitious.



More information about the Python-list mailing list