Ver Mensaje Individual
  #3 (permalink)  
Antiguo 10/08/2005, 10:04
Rolandodavid
 
Fecha de Ingreso: agosto-2005
Mensajes: 30
Antigüedad: 19 años, 9 meses
Puntos: 0
La consulta es la siguiente:

<% Set rs= conn.execute ("SELECT SUM(Visitas.Hits) AS total FROM Visitas where Fecha Between '"& Request.form("FechaIni") &"' and '"& Request.form("FechaCierre") &"'")
While not rs.eof %>
<td align="center" bgcolor="#FFCC66" width="300"><%Response.Write rs("total")%></td>
</tr>
<% rs.movenext
wend
%>

Uso access como base de datos