Ver Mensaje Individual
  #7 (permalink)  
Antiguo 09/05/2002, 03:40
danipermuy
 
Fecha de Ingreso: abril-2002
Mensajes: 216
Antigüedad: 23 años
Puntos: 0
Re: Pregunta dificil

ya encontré el error, falta el bucle para que devuelva los registros de miconexion, quedaría asi:
Código:
 if err.description <> "" then
response.write " <B> error base de datos: " & Err.Description & "</B>"
else%>
<table border=1 <tr><th>dni</th><th>fecha</th></tr>
  <%Do while not miconexion.eof%>
  <tr><td align="center">
  <% =miconexion("dni")%>
  </td><td align="center">
  <% =miconexion("fecha")%>
  </td></tr>
  <% miconexion.movenext
  loop%> 
</table>
Pero ahora tengo otra duda. es valido esto en asp.

if fechaini=null