标题:菜鸟的asp问题,请大家帮忙
取消只看楼主
greatbin
Rank: 1
等 级:新手上路
帖 子:3
专家分:0
注 册:2008-5-9
 问题点数:0 回复次数:2 
菜鸟的asp问题,请大家帮忙
源码如下:
<table border="1" cellpadding="3" cellspacing="0" style="border-collapse: collapse" width="98%" id="AutoNumber3" height="52">
<tr>
        <td align=left  width="100%" ><B>单位部门</B></td>

</tr>
    <%set rstopdep=server.createobject("adodb.recordset")
    sqltopdep="select top 5 * from "& db_EC_Dep_Table &" where depnumber>=0 order by depnumber desc"
    rstopdep.open sqltopdep,Conn,1,1
    if not rstopdep.EOF then
    while not rstopdep.EOF
    %>
    <tr>
        <td align="left" width="100%"><a class=class target="_blank" href="dep.asp?id=<%=rstopdep("id")%>"><%=rstopdep("E_DepName")%>-<%=rstopdep("E_DepType")%></a></td>
    
    </tr>
    <%rstopdep.MoveNext
    wend
    end if
    rstopdep.close
    set rstopdep=nothing
    %>
    <tr>
        <td align=right  width="75%" colspan="2"><a class=class href="E_Alldep.asp">更多</a></td>
    </tr>
</table>


问题是sqltopdep="select top 5 * from "& db_EC_Dep_Table &" where depnumber>=0 order by depnumber desc"中的5为什么不起作用?谢谢
搜索更多相关主题的帖子: asp rstopdep EOF 
2008-05-09 08:45
greatbin
Rank: 1
等 级:新手上路
帖 子:3
专家分:0
注 册:2008-5-9
得分:0 
谢谢!为什么里面的5不起作用啊!!
别的都可以啊!!
2008-05-12 14:11
greatbin
Rank: 1
等 级:新手上路
帖 子:3
专家分:0
注 册:2008-5-9
得分:0 
再说
select top 5 * from "& db_EC_Dep_Table &" where depnumber>=0 order by depnumber desc中的5应该是只从数据库表选出5个数据,可实际是数据表全部被列出来啊!!
2008-05-12 14:13



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-213283-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.132872 second(s), 8 queries.
Copyright©2004-2025, BCCN.NET, All Rights Reserved