sql server support from linux
Robert Brewer
fumanchu at amor.org
Tue Dec 21 20:05:15 EST 2004
Simon Wittber wrote:
> I am currently tasked with connecting Python CGI programs, under
> Apache2 / Linux, to SQL Server on Windows 2000.
> ...
> Does anyone in this list ever connect to SQL Server from Linux, using
> Python? If so, what is your solution?
If you can get the DB-API wrappers running on Win2k, how about doing that locally and then writing a quickie socket server which your linux client can connect to?
Robert Brewer
MIS
Amor Ministries
fumanchu at amor.org
More information about the Python-list
mailing list