Re: Linux web server + MSSQL database

2007-04-24 Thread mralokkp
Check out this link http://www.time-travellers.org/shane/howtos/MS-SQL-Express-Python-HOWTO.html You need some tweaks Regards Alok Tiwari On Apr 25, 2:13 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > All, > > I have Django running on a Linux machine, and I want to connect to a > MSSQL

Linux web server + MSSQL database

2007-04-24 Thread [EMAIL PROTECTED]
All, I have Django running on a Linux machine, and I want to connect to a MSSQL database running on a windows machine. Is there any progress on making this possible using pymssql or something else? I have been searching around the documentation and haven't found anything. Thanks for the help.