Ver Mensaje Individual
  #2 (permalink)  
Antiguo 12/04/2002, 01:39
Nochero
 
Fecha de Ingreso: febrero-2002
Ubicación: Mi ASP Bunker
Mensajes: 397
Antigüedad: 23 años, 2 meses
Puntos: 1
Re: Super reto y ayuda con carito

El codigo deberia ser algo asi :

<%
while not prodRS.EOF
%>
<table>
<tr>
<% for i=1 to 3 %>
<%if not RS.EoF then%>
<td>TABLA_Producto_i</td>
<%end if%>
<%next%>
<tr>
</table>
<%loop%>

Saludos!