this is a german Web-Mirror of PYTHON.ORG powered by Domainunion AG

Revision 2 as of 2006-12-24 13:34:39

Clear message

TableOfContents

Masthead

URL

https://www.microsoft.com/sql/default.mspx

licence
Commercial software, although a free edition "SQL Server 2005 Express" is available.
platforms
Windows 2000 and later.

DB API 2.0 Drivers

adodbapi

URL

https://adodbapi.sourceforge.net/

SourceForge

https://sourceforge.net/projects/adodbapi

licence
LGPL
platforms
Windows only

pymssql

URL

https://pymssql.sourceforge.net/

SourceForge

https://sourceforge.net/projects/pymssql

licence
LGPL
platforms
Windows and Unix

Comments

Other Drivers

ODBC

It is possible to connect to an SQL Server database using ODBC, either the mxODBC driver or the one included with Win32all. However, this is not recommended - adodbapi is a better solution, in part because it supports unicode.

Pros

SQL Server is a robust and fully-featured database, and it performs very well. Moreover, I have not had any problems using this database with Python.

Cons

Unable to edit the page? See the FrontPage for instructions.