Ver Mensaje Individual
  #2 (permalink)  
Antiguo 26/05/2004, 11:24
Avatar de AlZuwaga
AlZuwaga
Colaborador
 
Fecha de Ingreso: febrero-2001
Ubicación: 34.517 S, 58.500 O
Mensajes: 14.550
Antigüedad: 24 años, 2 meses
Puntos: 535
y si probás así?

sql="Select * from Tabla where id="&id

set RSresult=Server.CreateObject("ADODB.Recordset")
RSresult.CursorType=1
RSresult.Open sql, conntemp

if (Rsresult.Recordcount=0)then
response.write("ok")
else
response.write("ko")
end if
__________________
...___...