On Fri, Jul 15, 2011 at 6:03 AM, bruno desthuilliers <[email protected]> wrote: > > > On 14 juil, 23:15, Python_Junkie <[email protected]> > wrote: >> I have searched for the drivers to use the syncdb utility with MS SQL >> Server but have been unsuccessful. > > https://docs.djangoproject.com/en/1.3/ref/databases/ > > Django doesn't support MS SQL.
Django doesn't provide *official* support MSSQL. However, we do have a supported backend API, and there are several third-party projects that implement MS SQL support [1]. I can't comment on their completeness or stability, but the projects exist. [1] https://docs.djangoproject.com/en/1.3/ref/databases/#using-a-3rd-party-database-backend Yours, Russ Magee %-) -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

