
04/11/2006, 11:34
|
 | | | Fecha de Ingreso: octubre-2006
Mensajes: 277
Antigüedad: 18 años, 6 meses Puntos: 1 | |
Problema en recordset hola amigos les cuento mi problema un mismo registro se me repite dos veces en la tabla ,espero me ayuden me tinca q la sentencia sql es el problema .... saludos cordiales
aca les va el codigo:
sql2 = "SELECT * FROM castigos, recovery,Demanda,Fecha_de_Act WHERE cuenta=rutcliente and cuenta=rut and cuenta="& cuenta & " order by fecharec"
<% do while not rs.EOF%>
<tr>
</table>
<table width="567" height="73" border="1">
<tr>
<th width="95"><%=rs("fecharec")%></th>
<th width="77"><%=formatcurrency(rs("capital"),-0)%></th>
<th width="90"><%=formatcurrency(rs("interesmora"),-0)%></th>
<th width="76"><%=formatcurrency(rs("gastosmora"),-0)%></th>
<th width="195"><%=rs("area")%></th>
<tr>
</table>
<br>
<% rs.MoveNext
loop %> |