blob: 121f0e567ada6127be74fc88b9ea091683ccc6b1 (
plain)
1
2
3
4
5
6
7
8
9
|
This module provides access to MS SQL Servers from Python scripts.
Features:
- Supports connecting to Microsoft SQL 2000 and SQL 2005 servers,
all editions and service pack levels
- Supports named instances and non-standard port numbers
- Multiple Query/Multiple Result
- Not using Win32 ODBC (using MSSQL DB-LIB)
- Supports "almost all" of the DB-API 2.0
|