
23/06/2004, 11:00
|
 | | | Fecha de Ingreso: marzo-2004
Mensajes: 47
Antigüedad: 21 años, 1 mes Puntos: 0 | |
hice todo lo que me dijiste, pero cuando envío los datos me pone lo siguiente:
ADODB.Recordset error '800a0bb9'
Arguments are of the wrong type, are out of acceptable range, or are in conflict with one another.
/cumple1/registro.asp, line 28
----------------------------------
SQL = "Select * from Participantes where dni='" & dni & "'" Rs.open SQL,Conexion,adOpenStatic,adlockReadOnly,adCmdText
if Rs.EOF and Rs.BOF then
-----------------------------------
la linea 28 está en azul (la del centro)
qué puede estar pasando? |