Hello,

I've got a problem using ado_mssql. I've read the ticket 2358 and I
have tried to use the patches, but there are some conflicts. Somebody
could help me ?

The error message is:

DatabaseError at /administracion/accounts/login/
--ADODBAPI -- Trying parameter 0 = u'raul' 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, 'Ocurri\xf3 una excepci\xf3n.', (0,
'ADODB.Parameters', 'No se encontr\xf3 el elemento en la colecci\xf3n
que corresponde con el nombre o el ordinal pedido.', 'C:\\WINDOWS\\HELP
\\ADO270.CHM', 1240649, -2146825023), None) -- on command: "SELECT
[auth_user].[id],[auth_user].[username],[auth_user].[first_name],
[auth_user].[last_name],[auth_user].[email],[auth_user].[password],
[auth_user].[is_staff],[auth_user].[is_active],[auth_user].
[is_superuser],[auth_user].[last_login],[auth_user].[date_joined] FROM
[auth_user] WHERE ([auth_user].[username] = %s)" -- with parameters:
[u'raul']
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to