请教关于一段ASP源代码 关于数据的调用

我下载了一个程序可是他的文章是先发布的在前面显示后发布的在后面显示我需要倒序显示谁帮忙看看啊那段代码是<tr><tdheight="100"><center><table... 我下载了一个程序
可是他的文章是 先发布的在前面显示 后发布的在后面显示
我需要 倒序显示 谁帮忙看看啊

那段代码是

<tr>
<td height="100">
<center>

<table border="0" width="90%" cellspacing="3" id="table39">
<%
rs.open "select top 8 * from article where nclassid=1",conn,1,1
while not rs.eof
%>
<tr align=left>
<td>
<img border="0" src="pic/arr/hk_dot_red.gif" width="9" height="9">  <a href=# onclick=mClk_win('list.asp?id=<%=rs("articleid")%>','','720','550')><%=rs("title")%></a></td>
</tr>
<tr>
<td>
<img border="0" src="pic/index-txt-line.gif" width="235" height="3"></td>
</tr>
<%rs.movenext
wend
rs.close
%>
</table>

</td></tr>
展开
 我来答
溜须拍马关云长
2009-01-15 · TA获得超过1708个赞
知道大有可为答主
回答量:2443
采纳率:0%
帮助的人:0
展开全部
rs.open "select top 8 * from article where nclassid=1",conn,1,1

改为

rs.open "select top 8 * from article where nclassid=1 order by articleid desc",conn,1,1
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式