If rs.eof and rs.bof then不能执行 50
conn.executesql_addsavesetrs=conn.execute("select*fromtbaewhereqq='"&request("T_qq")&...
conn.execute sql_addsave
set rs=conn.execute("select * from tbae where qq='"&request("T_qq")&"'")
If rs.eof and rs.bof then
response.write "<script> alert('系统检测QQ已使经用了,请核实');history.back();</script>"
response.end
end if
response.Write "<script>alert('已经成功提交,谢谢!');location.replace('badge.asp');</script>"
response.end
end if
提交时没有判定数据库里的QQ是否重复
ASP源码,请大家帮我看看哪出错了,谢谢!
提交代码:<input name="cur_action" type="hidden" id="cur_action" value="addsave"><input name="Submit" type="submit" value="提交"><input name="Submit6" type="reset" value="重新填写">
把怎么改的代码写出来了,本人新手,谢谢 展开
set rs=conn.execute("select * from tbae where qq='"&request("T_qq")&"'")
If rs.eof and rs.bof then
response.write "<script> alert('系统检测QQ已使经用了,请核实');history.back();</script>"
response.end
end if
response.Write "<script>alert('已经成功提交,谢谢!');location.replace('badge.asp');</script>"
response.end
end if
提交时没有判定数据库里的QQ是否重复
ASP源码,请大家帮我看看哪出错了,谢谢!
提交代码:<input name="cur_action" type="hidden" id="cur_action" value="addsave"><input name="Submit" type="submit" value="提交"><input name="Submit6" type="reset" value="重新填写">
把怎么改的代码写出来了,本人新手,谢谢 展开
1个回答
2015-05-27 · 知道合伙人互联网行家
关注
展开全部
rs.bof 指针在开始位置
rs.eof 指针在结束位置
not rs.eof and not rs.bof
指针不在结束位置 AND 指针不在开始位置,那指针当然在第一条记录的位置上咯
-------------------------
rs.bof 和 rs.eof 表示指针的状态<籂酣焚叫莳既锋习福卢br />共7条数据,指针在第7条数据上,如果程序又执行rs.movenext时,指针到数据集的结束位置,即rs.eof = ture,这时你再执行rs("")..程序就报错,因为那里没有数据
rs.eof 指针在结束位置
not rs.eof and not rs.bof
指针不在结束位置 AND 指针不在开始位置,那指针当然在第一条记录的位置上咯
-------------------------
rs.bof 和 rs.eof 表示指针的状态<籂酣焚叫莳既锋习福卢br />共7条数据,指针在第7条数据上,如果程序又执行rs.movenext时,指针到数据集的结束位置,即rs.eof = ture,这时你再执行rs("")..程序就报错,因为那里没有数据
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询