
if not rs.eof then
每页显示20条纪录,如果够,就正常显示,可要不够了,就出现ADODB.Field错误'80020009'BOF或EOF中有一个是“真”,或者当前的记录已被删除,所需的操作...
每页显示20条纪录,如果够,就正常显示,可要不够了,就出现
ADODB.Field 错误 '80020009'
BOF 或 EOF 中有一个是“真”,或者当前的记录已被删除,所需的操作要求一个当前的记录。
/chinese/ycxx.asp,行0
<%
if not rs.eof then
rs.movenext
end if
end if
next
%>
请教高手,该怎么改 展开
ADODB.Field 错误 '80020009'
BOF 或 EOF 中有一个是“真”,或者当前的记录已被删除,所需的操作要求一个当前的记录。
/chinese/ycxx.asp,行0
<%
if not rs.eof then
rs.movenext
end if
end if
next
%>
请教高手,该怎么改 展开
1个回答
展开全部
<%
do while not rs.eof then
response.write(rs("字段"))
rs.movenext
loop
%>
do while not rs.eof then
response.write(rs("字段"))
rs.movenext
loop
%>
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询