MS SQL Server/ODBC package for Python

Peter Herndon tpherndon at gmail.com
Fri Apr 15 11:42:54 EDT 2005


Another option is adodbapi, which in my experience is much faster than
mx.ODBC.  You can find it at http://adodbapi.sourceforge.net , and it
is Windows-only.  There's also http://pymssql.sourceforge.net, which is
cross-platform using FreeTDS and unixodbc on *nix.  I haven't any
experience with it, though.




More information about the Python-list mailing list