Connecting to Microsoft SQL Server

Iwan van der Kleyn none at none.com
Fri May 9 13:50:46 EDT 2003


Lindstrom Greg - glinds wrote:
> Hi, All-
> 
> Is it possible to connect my Python 2.2 running on Windows 2000
> "Professional" to a Microsoft SQL server?  

You could use:
	http://www.egenix.com/files/python/mxODBC.html (works well)
or
	http://www.object-craft.com.au/projects/mssql/  (minor issues)
or
	http://sourceforge.net/projects/pyxsqmll  (flaky)

and you can always use ADO of course
	http://www.e-coli.net/pyado.html
with the appropriate DSN
	http://www.able-consulting.com/ADO_Conn.htm

Regards,

Iwan





More information about the Python-list mailing list