Ver Mensaje Individual
  #3 (permalink)  
Antiguo 24/06/2002, 08:46
JoeYFuRiA
 
Fecha de Ingreso: junio-2002
Mensajes: 58
Antigüedad: 22 años, 10 meses
Puntos: 0
Re: Mostrar msg si no hay entradas

despues de abrir el recordset, por ejemplo:

<%sql = "SELECT * FROM TuTabla"

RS.open sql, Conn

If Rs.EOF then%>
No hay entradas
<%else%>
<%Do while not RS.EOF%>
Registro: <%=RS("Campo")%>
<%RS.Movenext
LOOP
End if%>

Espero ke te sirva, un saludete


<center><font face="verdana" color=#003366 size="1">One Ring to rule them all, One Ring to find them,
One Ring to bring them all and in the darkness bind them.[/CODE]</center>