标题:[求助]do....loop循环出错
只看楼主
licaixia
Rank: 1
等 级:新手上路
帖 子:9
专家分:0
注 册:2006-5-10
 问题点数:0 回复次数:4 
[求助]do....loop循环出错

代码如下: 一加循环就出错
<%do while not rs.eof%>


<td width="18" height="23"><img src="images/arrowG.gif" alt="dff" width="17" height="12" /></td>

<td width="65"><a href="chakanmessage.asp?id=<%=rs("id")%>">

<%response.Write left(rs("main"),4)&"..."%></td>

</tr>


<%rs.movenext
loop%>
错误提示:


搜索更多相关主题的帖子: height loop eof response 
2006-05-11 10:48
hangxj
Rank: 6Rank: 6
等 级:贵宾
威 望:29
帖 子:2045
专家分:0
注 册:2006-4-10
得分:0 
以下是引用licaixia在2006-5-11 10:48:00的发言:

代码如下: 一加循环就出错
<%
'if not rs.eof then
rs.movefirst 先移到开始,试一下

do while not rs.eof
%>


<td width="18" height="23"><img src="images/arrowG.gif" alt="dff" width="17" height="12" /></td>

<td width="65"><a href="chakanmessage.asp?id=<%=rs("id")%>">

<%response.Write left(rs("main"),4)&"..."%></td>

</tr>


<%rs.movenext
loop%>
错误提示:



http://www./
2006-05-11 10:57
icecool
Rank: 9Rank: 9Rank: 9
等 级:贵宾
威 望:20
帖 子:1214
专家分:1366
注 册:2005-3-14
得分:0 

已经有了 while not rs.eof,怎么还要if来判断呢,
你把整个页面代码发出来看一下?


http://toorup.3v.do
loading...
2006-05-13 10:22
google
Rank: 16Rank: 16Rank: 16Rank: 16
等 级:版主
威 望:22
帖 子:3418
专家分:23
注 册:2005-11-1
得分:0 
以下是引用icecool在2006-5-13 10:22:00的发言:

已经有了 while not rs.eof,怎么还要if来判断呢,
你把整个页面代码发出来看一下?

当数据不存在的时候
直接while not rs.eof就会报错

祝天下所有母亲幸福安康!~
2006-05-13 20:10



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




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

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