python connection to mssql from windows box
Mark J. Nenadov
info at pythonbyte.com
Wed Sep 29 23:01:25 EDT 2004
More information about the Python-list mailing list
Wed Sep 29 23:01:25 EDT 2004
- Previous message (by thread): constructing binary backslash-n
- Next message (by thread): python connection to mssql from windows box
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Wed, 29 Sep 2004 21:05:32 -0500, Josh Close wrote: > Is there a python module that uses the mssql client tools to connect > to mssql? When you install php on windows and you want mssql > connectivity, you need the client tools and it uses that api to > connect. > > I know there is an ADO connection for postgres to connect from > windows, but that's different. Is there anything like this for python? > > -Josh Josh, I think you will either need to: A. use win32com to call ADO or B. use odbc - - Mark J. Nenadov http://www.pythonbyte.com
- Previous message (by thread): constructing binary backslash-n
- Next message (by thread): python connection to mssql from windows box
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list