Introduction
The pymssql package consists of two extension modules:
- pymssql. This is the DB-API compliant module. Use it if your
primary goal is to follow DB-API standard.
- _mssql. This is lower level module that talks directly
to SQL Server. It has many useful features. You can use it if you
don't need DB-API compliance. It's pretty straighforward to use,
as you will find below.
|