
21/08/2002, 23:54
|
 | | | Fecha de Ingreso: diciembre-2001
Mensajes: 5.286
Antigüedad: 23 años, 4 meses Puntos: 1 | |
Re: Listar campos dentro de Tablas! <table>
<%
'Conexion
Do While Not Rs.EOF%>
<tr>
<td> <%=Rs("nombreCampo")%></td>
<td> <%=Rs("nombreCampo")%></td>
</tr>
<%
Loop
Rs.MoveNext
%>
</table>
Saludos
<center>
<a href=http://comunidadguru.com><img border=0 src=http://comunidadguru.com/imagenes/logos/logo.gif></a>
</center> |