Ver Mensaje Individual
  #1 (permalink)  
Antiguo 02/12/2005, 16:11
Pilly
 
Fecha de Ingreso: octubre-2005
Mensajes: 85
Antigüedad: 19 años, 7 meses
Puntos: 0
(0x800A0BB9) Arguments are of the wrong type

Les ha sucedido este error que esta terrible!!!!!
Tuve que crear una nueva base de datos pero despúes de 5 consultas que estaban funcionando bien volvio este molesto error,

Error Type:
ADODB.Recordset (0x800A0BB9)
Arguments are of the wrong type, are out of acceptable range, or are in conflict with one another.
/Clientes/sistemapj_is.asp, line 74


y la línea 74 es esta:

Dim Conn4, Tabla4
Set Conn4 = Server.CreateObject("ADODB.Connection")
Conn4.Open "DSN=clientes"
Set Tabla4=Server.CreateObject("ADODB.recordset")
Temp4 = "Select * from Tbl_pj_info_general where pj_no_ruc like"& "'"& pj_no_ruc & "'"
Tabla4.Open Temp4, Conn3
DO WHILE NOT Tabla4.Eof

Por favor si alguien puede ayudarme

Gracias
Pilly