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
[EMAIL PROTECTED]
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to