[DB-SIG] Python and SQL Server
Ian Bicking
ianb at colorstudy.com
Tue Feb 17 01:21:49 EST 2004
On Feb 17, 2004, at 12:17 AM, Steve wrote:
> I am developing an application that will connect to a SQL Server to
> get it's data. I was curious on how to access SQL Server using Python
> ( as well as wxPython but I assume the method would be similar.). To
> clarify, The app AND SQL Server would both be on the same Windows XP
> box.
I haven't used it, but I imagine this would work:
http://adodbapi.sourceforge.net/
There's also the ODBC option, either mxODBC or the ODBC included with
the win32all extensions.
--
Ian Bicking | ianb at colorstudy.com | http://blog.ianbicking.org
More information about the DB-SIG
mailing list