[DB-SIG] [summary] Connecting to MS SQL from Python

Anthony Baxter Anthony Baxter <anthony@interlink.com.au>
Thu, 18 Nov 1999 09:51:18 +1100


> Hrvoje Niksic writes:
>  > * Find an ODBC driver for MS SQL, and use the excellent mxODBC module
>  >   written by M.-A. Lemburg.  It turned out that finding a Linux ODBC
>  >   driver for MS SQL is not an easy thing to do.  Which brings us to
>  >   these four attempts:

There's one other option I forgot - FreeTDS. This would be instead of
the Sybase libs, but still needs the Sybase DA. 

Check www.freshmeat.net for the FreeTDS webpage.

Anthony