
07/04/2002, 19:23
|
| | Fecha de Ingreso: abril-2002
Mensajes: 49
Antigüedad: 23 años, 1 mes Puntos: 0 | |
Re: ORDER BY Id DESC Ahora me sale un error:
Error Type:
Microsoft VBScript compilation (0x800A0400)
Expected statement
muestra.asp, line 49
Wend
Porque es tan diferente tu programacion a la que yo tenia?, son dosformas de programar o esta malo lo mio ?
esto es lo que tengo despues de lo que te publique en el mensaje anterior.
Gracias por ayudarme y dedicarme tu tiempo.
----------------
<table width="57%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="72" bgcolor="#0000FF">
<table width="570" border="0" cellspacing="1" cellpadding="0">
<tr bgcolor="#009EEA">
<td width="200" height="19"> <font color="#0099FF">.</font>
<%Response.Write("<b>Nombre: </b>" & TBL("Nombre"))%>
</td>
<td width="200" height="19"> <font color="#0099FF">. </font>
<%Response.Write("<b>Apellido: </b>" & TBL("Apellido"))%>
</td>
<td width="200" height="19"> <font color="#0099FF">.</font>
<%Response.Write("<b>Pais: </b>" & TBL("Pais"))%>
</td>
</tr>
<tr bgcolor="#88D9FF">
<td colspan="3" height="22"> <font color="#88D9FF">.</font>
<%Response.Write("<b>Mensaje: </b>" & TBL("Mensaje"))%>
<p>&nbsp;</p>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td height="28" bgcolor="#FFFFFF">&nbsp; </td>
</tr>
</table>
<%
TBL.MoveNext
Wend
TBL.Close
DB.Close
Set DB = Nothing
Set TBL = Nothing
%> |