Differences between revisions 1 and 2
Revision 1 as of 2006-08-26 02:54:57
Size: 27
Editor: c-68-80-197-198
Comment:
Revision 2 as of 2006-12-24 13:34:39
Size: 1131
Editor: cpc1-leed3-0-0-cust92
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
Describe SQL Server here. #pragma section-numbers off
[[TableOfContents]]

== Masthead ==

  URL:: http://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:: http://adodbapi.sourceforge.net/
  SourceForge:: http://sourceforge.net/projects/adodbapi
  licence:: LGPL
  platforms:: Windows only

=== pymssql ===

  URL:: http://pymssql.sourceforge.net/
  SourceForge:: http://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 ==

 * Windows only
 * Not free

TableOfContents

Masthead

URL

http://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

http://adodbapi.sourceforge.net/

SourceForge

http://sourceforge.net/projects/adodbapi

licence
LGPL
platforms
Windows only

pymssql

URL

http://pymssql.sourceforge.net/

SourceForge

http://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

  • Windows only
  • Not free

SQL Server (last edited 2017-08-07 19:32:49 by MaximilianFuxjaeger)

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