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