asp set rs=conn.execute(sql)关闭用
dimuser,psd,bhsetconn=server.CreateObject("adodb.connection")DBPath=Server.MapPath("g...
dim user,psd,bh
set conn=server.CreateObject("adodb.connection")
DBPath = Server.MapPath("gz\yongh.mdb")
conn.open "provider=microsoft.jet.oledb.4.0; data source="&DBpath
set conn=server.CreateObject("adodb.connection")
DBPath = Server.MapPath("gz\yongh.mdb")
conn.open "provider=microsoft.jet.oledb.4.0; data source="&DBpath
Session.Timeout=15
Session("username")=request.form("username")
Session("password")=request.form("password")
user=request.form("username")
psd=request.form("password")
sql="select * from login where username='"&user&"'"
set rs=conn.execute(sql)
if rs.eof and rs.bof then
response.write ("<script>alert('没有该用户!');window.location.href='index.asp'</script>")
response.end
else
if rs("password")<>psd then
response.write "<script>alert('密码错误,请重新输入!');location.href='index.asp'</script>"
response.end
else
Session("bh")=rs("bh")
response.Redirect("gzchaxun.asp")
end if
end if
想请问关闭数据库连接的语句应该写在哪个位置?怎么写? 展开
set conn=server.CreateObject("adodb.connection")
DBPath = Server.MapPath("gz\yongh.mdb")
conn.open "provider=microsoft.jet.oledb.4.0; data source="&DBpath
set conn=server.CreateObject("adodb.connection")
DBPath = Server.MapPath("gz\yongh.mdb")
conn.open "provider=microsoft.jet.oledb.4.0; data source="&DBpath
Session.Timeout=15
Session("username")=request.form("username")
Session("password")=request.form("password")
user=request.form("username")
psd=request.form("password")
sql="select * from login where username='"&user&"'"
set rs=conn.execute(sql)
if rs.eof and rs.bof then
response.write ("<script>alert('没有该用户!');window.location.href='index.asp'</script>")
response.end
else
if rs("password")<>psd then
response.write "<script>alert('密码错误,请重新输入!');location.href='index.asp'</script>"
response.end
else
Session("bh")=rs("bh")
response.Redirect("gzchaxun.asp")
end if
end if
想请问关闭数据库连接的语句应该写在哪个位置?怎么写? 展开
2个回答
展开全部
写在Session("bh")=rs("bh")这个后面
关闭数据库
conn.close
set conn = nothing
关闭数据库
conn.close
set conn = nothing
追问
if rs.eof and rs.bof then
response.write ("alert('没有该用户!');window.location.href='index.asp'")
这两句中间不需要吗?如果是执行这两句的话 那不是没有关闭数据库连接就直接跳转网页了吗?
追答
不需要,只要网页关闭了,自然数据库就随的网页关闭了
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
你还会来陪伴我孤单的形影
—— 我祝福你,上帝,你赐我们苦难
据说她变得不幸。
泣者何人,弹泪之时离我咫尺之间?
是什么使你这么幸运
孤单的风缓缓的吹来哈哈
—— 我祝福你,上帝,你赐我们苦难
据说她变得不幸。
泣者何人,弹泪之时离我咫尺之间?
是什么使你这么幸运
孤单的风缓缓的吹来哈哈
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询