Re: microsoft sql server 2005

2008-05-19 Thread Tim Chase
> is it possible to setup python/django and run it on a sql server? yes, for small values of "run"...you might call it "walking" or "crawling" (or maybe "limping") rather than "running". There has been various bits of code that allow for connecting, but SQL-Server is a bit broken in a number

Re: microsoft sql server 2005

2008-05-19 Thread Adam V.
It's possible to use Django (trunk, best against 7540 or better to get the most recent security fixes) against SS2005 with the caveat that there is no core support for doing this. I'm maintaining an external database backend here: http://code.google.com/p/django-mssql/ That backend works well

microsoft sql server 2005

2008-05-19 Thread mccomas . chris
i just took a job with a group that just bought a microsoft sql server 2005, they want to drop ASP.net that they're currently using, i was interested in using django on the site going forward. is it possible to setup python/django and run it on a sql server