ADODB.Recordset 错误 '800a0e78' 对象关闭时,不允许操作。 /baomingkaoshi/check.asp,行 27 急求指教啊

程序是这样的<%@language="vbscript"%><%Response.buffer="True"%><!--#includefile="conn.asp"--... 程序是这样的
<% @language="vbscript" %>
<%Response.buffer="True"%>
<!--#include file="conn.asp"-->
<%
dim rs
dim sql
dim sfzh
dim pwd
sfzh=request.form("sfzh")
pwd=request.form("pwd")
set rs=Server.CreateObject("Adodb.Recordset")
sql="select sfzh,pwd,rname from member where sfzh='"&sfzh&"'"
rs.open sql,conn,1,1
If rs.eof Then
response.write "<script>alert('无此考生名,请返回首页登记新考生!');history.back();</Script>"
response.end
End If
dim dbpwd
dim rname
dbpwd=rs("pwd")
rname=rs("rname")
conn.close
set conn=nothing
rs.close
set rs=nothing

If dbpwd<>pwd Then
response.write "<script>alert('密码错误,请返回从新填写!');history.back();</Script>"
response.end
Else

Response.cookies("member")=true
Response.cookies("sfzh")=sfzh
Response.cookies("rname")=rname
Response.redirect"user_ctrl_panel.asp"

End If%>
展开
 我来答
pizituzi
2011-05-19 · 超过58用户采纳过TA的回答
知道小有建树答主
回答量:169
采纳率:0%
帮助的人:122万
展开全部
conn.close
set conn=nothing
rs.close
set rs=nothing

改为:
rs.close
set rs=nothing
conn.close
set conn=nothing
要先关闭对象,在关闭数据库连接
本回答被提问者采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

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

类别

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

说明

0/200

提交
取消

辅 助

模 式