[Tutor] Database connectivity tools for MS-SQL

Kirby Urner urnerk@qwest.net
Tue, 4 Sep 2001 15:05:46 -0400


On Tuesday 04 September 2001 04:36, Scott Comboni wrote:
> Hello All,
> Is anyone in the group aware of a package that allows python to connect
> to a MS-SQL server?  Remote Client running Linux/Python2.1
> Thanks Scott
>

MS-SQL is ODBC-compliant, and there are ODBC modules for
Python, so, yes, you can make your Python app a client of 
MS-SQL.

I think the ODBC stuff is stashed with the win32all package.  Is
that over at the ActivePython site?

Kirby