asp 对象关闭时,不允许操作

calllink_datebaseifrequest("delid")<>""thenconn.execute("delete*fromliuyanbanwhereid=... call link_datebase
if request("delid")<>"" then
conn.execute("delete * from liuyanban where id="&request("delid")&"")
end if
if request("editid")<>"" then
set rs=conn.execute("select * from liuyanban where id="&request("editid")&"")
if not rs.eof then
zuozhe=rs("username")
biaoti=rs("title")
neirong=rs("content")
end if
end if
dim rs,sql
set rs=server.CreateObject("adodb.recordset")
sql="select * from liuyanban where 1=1"
select case request.Form("type")
case "zuozhe"
sql=sql&" and username like '%"&request.Form("key")&"%'"
case "biaoti"
sql=sql&" and title like '%"&request.Form("key")&"%'"
case "neirong"
sql=sql&" and content like '%"&request.Form("key")&"%'"
case else
end select

if request("action")="提交" then
set rs=server.CreateObject("adodb.recordset")
sql="select * from liuyanban where 1=1"
if request("editid")<>"" then
sql=sql&"and id="&request("editid")&""
end if
rs.open sql,conn,1,3
if request("editid")="" then
rs.addnew
end if
rs("username")=request("username")
rs("title")=request("title")
rs("content")=request("content")
rs.update
up.close
response.Redirect("liuyanban.asp")
end if

怎么解决
展开
 我来答
weio33
2012-07-29 · TA获得超过941个赞
知道小有建树答主
回答量:1147
采纳率:66%
帮助的人:527万
展开全部
那一句话提示的?

你的代码也有问题,更新数据的时候不用使用
if request("editid")="" then
rs.addnew
是不是搞错了,应该是ADD?
追问
报 55行的错  55行代码是     if rs.eof  and rs.bof then

求解
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
百度网友7fb4d77
2012-07-30 · TA获得超过525个赞
知道小有建树答主
回答量:1180
采纳率:54%
帮助的人:182万
展开全部
我没找到55行的那句代码,但可以肯定的是,你在55行之前关闭了记录集rs
请检查一下,55行前是不是有rs.Close或set rs = nothing 之类的语句
本回答被提问者采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

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

类别

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

说明

0/200

提交
取消

辅 助

模 式