
09/08/2002, 15:48
|
| | Fecha de Ingreso: julio-2002
Mensajes: 219
Antigüedad: 22 años, 10 meses Puntos: 0 | |
Re: graficar datos </td>
<td height="1" width="4" nowrap><spacer type="block" width="4" height="1"></td>
<td height="1" width="1" bgcolor="#cccccc" nowrap><spacer type="block" width="1" height="1"></td>
<td height="1" width="4" nowrap><spacer type="block" width="4" height="1"></td>
<td bgcolor="#e6e6e6" align="center">
<font color="#000000">
<%=vTotal%>
</font>
</td>
</tr>
<%
if (not RS.Eof) then
%>
<tr>
<td height="1" colspan="9" bgcolor="#cccccc" nowrap><spacer type="block" width="1" height="1"></td>
</tr>
<%
end if
wend
if (vacio) then
%>
<tr>
<td bgcolor="#e6e6e6" nowrap><spacer type="block" width="1" height="1"></td>
<td height="1" width="4" nowrap><spacer type="block" width="4" height="1"></td>
<td height="1" width="1" bgcolor="#cccccc" nowrap><spacer type="block" width="1" height="1"></td>
<td height="1" width="4" nowrap><spacer type="block" width="4" height="1"></td>
<td bgcolor="#e6e6e6" nowrap><spacer type="block" width="1" height="1"></td>
<td height="1" width="4" nowrap><spacer type="block" width="4" height="1"></td>
<td height="1" width="1" bgcolor="#cccccc" nowrap><spacer type="block" width="1" height="1"></td>
<td height="1" width="4" nowrap><spacer type="block" width="4" height="1"></td>
<td bgcolor="#e6e6e6" nowrap><spacer type="block" width="1" height="1"></td>
</tr>
<%
end if
'Cerrando la conexión con la base de datos y destruyendo los registros
objCon.Close
Set RS = nothing
Set objCon = nothing
%>
</BODY>
</HTML>
Espero te sirva. |