I made it pretty far but now have run into this error trying to get the admin interface up.
DatabaseError: --ADODBAPI -- Trying parameter 0 = '25354001e197c91af0f7fa63ab4b720d' Traceback (most recent call last): File "C:\Python25\Lib\site-packages\adodbapi\adodbapi.py", line 618, in _executeHelper p=self.cmd.Parameters(parmIndx) File "C:\Python25\lib\site-packages\win32com\client\dynamic.py", line 172, in __call__ return self._get_good_object_(self._oleobj_.Invoke(*allArgs),self._olerepr_.defaultDispatchName,None) com_error: (-2147352567, 'Exception occurred.', (0, 'ADODB.Parameters', 'Item cannot be found in the collection corresponding to the requested name or ordinal.', 'C:\\WINDOWS\\HELP\ \ADO270.CHM', 1240649, -2146825023), None) -- on command: "SELECT [django_session].[session_key],[django_session]. [session_data],[django_session].[expire_date] FROM [django_session] WHERE ([django_session].[session_key] = %s)" -- with parameters: ['25354001e197c91af0f7fa63ab4b720d'] Any ideas? Should I go ahead and swap the backend code out for of these backends? How badly broken is the MS SQL support? Hopefully I'll have my Django book from Amazon later today. I'm flying blind right now. Kelly On Mar 25, 12:04 pm, "Adam V." <[EMAIL PROTECTED]> wrote: > Not only is Django's pack-in MS Sql backend broken, but the last set > of updates to adodbapi-2.1 to add IronPython support actually broke > standard Win32/COM support in some areas. > > There are some now externally maintained SQL Server backends for > (trunk) Django: > *http://code.google.com/p/django-mssql/ > *http://code.google.com/p/django-pyodbc/ > > I haven't tried the second one. > > The first one, django-mssql, I "maintain", though that's perhaps too > strong a word since it's based on some previous user-provided patches. > (django-mssql packs its own internal (fixed) copy of adodbapi, so that > dependency is removed.) > > If you do try that code, by all means submit bug reports and feature > requests at Google Code. > > On Mar 24, 6:41 pm, kellygreer1 <[EMAIL PROTECTED]> wrote: > > > > > I'm trying to get Django working on Windows with Apache and MS SQL > > Server....- Hide quoted text - > > - Show quoted text - --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---