2005-11-14 04:10:00 +01:00
|
|
|
This module provides access to MS SQL Servers from Python scripts.
|
|
|
|
|
|
|
|
Features:
|
2007-06-15 18:08:39 +02:00
|
|
|
- Supports connecting to Microsoft SQL 2000 and SQL 2005 servers,
|
|
|
|
all editions and service pack levels
|
|
|
|
- Supports named instances and non-standard port numbers
|
2005-11-14 04:10:00 +01:00
|
|
|
- Multiple Query/Multiple Result
|
|
|
|
- Not using Win32 ODBC (using MSSQL DB-LIB)
|
|
|
|
- Supports "almost all" of the DB-API 2.0
|