Changes between Version 34 and Version 35 of DjangoOnWindowsWithIISAndSQLServer


Ignore:
Timestamp:
Apr 1, 2008, 1:43:00 PM (16 years ago)
Author:
justinlilly@…
Comment:

Added more information about MSSQL Support

Legend:

Unmodified
Added
Removed
Modified
  • DjangoOnWindowsWithIISAndSQLServer

    v34 v35  
    159159
    160160== Configure Django to look at SQL Server ==
    161 At the moment (21st Sept 2006), the Django database backend ado_mssql from SVN trunk isn't fully working. I think the patch 'diff3' attached to this Trac entry looks promising: http://code.djangoproject.com/ticket/2358
     161At the moment (21st Sept 2006), the Django database backend ado_mssql from SVN trunk isn't fully working. I think the patch 'diff3' attached to this Trac entry looks promising: http://code.djangoproject.com/ticket/2358 (_Update:_ MSSQL is broken for Django and there are efforts to remove it from Django Core and place it into an external project that is community maintained. For more information, please look at the google group discussion found at http://tinyurl.com/36fttd )
    162162
    163163Alternatively, there is an [http://code.google.com/p/django-mssql/ external sql server backend] that is attempting to keep trunk-Django working against SQL Server. This backend includes an internal copy of the ADODBAPI project mentioned above.
Back to Top