On 6/30/06, Filipe <[EMAIL PROTECTED]> wrote:
> I've seen references to both pymssql and ado_mssql being bundled with
> Django. Is this already implemented in the current trunk? If so, is it
> enough to change the "DATABASE_ENGINE" setting to something like
> "pymssql"? :)

Trunk comes with an ado_mssql backend, which works only on Windows.
pymssql is cross-platform, but not in trunk (yet).

If all you're doing is custom SQL and your server is Windows, then
yeah, you should be able to use ado_mssql.  But test first, and
understand that ms sql support (in the sense of community and actual
functionality) is (sadly) weak for now.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to