Tema: Error
Ver Mensaje Individual
  #4 (permalink)  
Antiguo 02/04/2003, 16:06
Avatar de bakanzipp
bakanzipp
 
Fecha de Ingreso: noviembre-2001
Ubicación: santiago de shilli
Mensajes: 2.554
Antigüedad: 23 años, 5 meses
Puntos: 0
creo que te falta el else...si estas controlando que vengan registros pero falta la opcion en cuando venga vacio..

rs.open sql,cn
if not rs.eof then 'RECORDSET CON DATOS

COLOCAS TODO TU CODIGO DE PAGINACION , TABLAS Y DEMASES

else
RESPONSE.WRITE "SIN REGISTROS"
end