Ver Mensaje Individual
  #2 (permalink)  
Antiguo 13/08/2003, 10:06
Avatar de Don Graff
Don Graff
 
Fecha de Ingreso: noviembre-2002
Ubicación: San Bernardo - Chile
Mensajes: 410
Antigüedad: 22 años, 5 meses
Puntos: 0
tienes que preguntar si el recordset esta en EOF,

Código:
if (recordset.EOF) then
     response.write("la consulta no dio resultados")
else
     response.write("la consulta dio resultados")
end if
__________________
:cool: Visita Zona Powers :cool: