急~用asp连接数据库,总是提示参数类型不正确,或不在可以接受的范围之内,怎么办啊

conn.asp的代码如下:<%dimdb,conn,connstrdb="guestdata.mdb"Setconn=Server.CreateObject("ADOD... conn.asp的代码如下:

<%
dim db,conn,connstr
db="guestdata.mdb"
Set conn=Server.CreateObject("ADODB.Connection")
connstr="Provider=Microsoft.Jet.OLEDB.4.0;Data Source="&Server.MapPath("guestdata.mdb")
conn.open connstr
%>

login.asp的代码如下:

<!--#include file="conn.asp"-->
<%
name=request.form("name")
pass=request.form("pass")
if name<>""then
sql="select * from admin where 账号='"&name&"'"
set rs=server.createobject("adodb.recordset")
rs.open sql,connster,1,1
if not rs.eof then
if pass=rs("密码")then
session("admin")=name
response.redirect"index.asp"
end if
end if
end if
%>
<html>
<head>
<style type="text/css">
<!--
td{ font-size:14px;line-height:17px}
body{font-size:14px; line-height:17px; background-image: url(4.jpg);}
p{margin-top:1;margin-bottom:1}
a:link{text-decoration:none;color:black}
a:visited{text-decoration:none;color:black}
a:active{text-decoration:none}
a:hover{text-decoration:underline;color:red}
-->
</style>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>登录后台</title>
</head>
<body>
<center>
<table width="300" border="0" align="center" cellpadding="0" cellspacing="0">
<form action="" method="post">
<br>
<tr>
<td width="38%"><p align="right">账号:</td>
<td width="62%"><input type="text" name="name" size="20" value="01"></td>
</tr>
<tr>
<td width="38%"><p align="right">密码:</td>
<td width="62%"><input type="password" name="pass" size="20" value="01"></td>
</tr>
<tr>
<td width="100%" colspan="2">
<p align="center"><input type="submit" value="进入" name="enter">
<input type="reset" value="取消" name ="reset"></p></td>
</tr>
</table>
</form>
</table>
</center>
</body>
</html>

错误类型:
ADODB.Recordset (0x800A0BB9)
参数类型不正确,或不在可以接受的范围之内,或与其他参数冲突。

还有在编写时,也有这个提示:
</form>标记为非法因为这是一个交迭的或未关闭的标签。
求高手帮忙啊,有加分哦~
如果显示正确,删除这些标签是安全的.
提示在login.asp的第八行
展开
 我来答
jiangxibaiyi
2012-07-01 · 跟随风去旅行-伤心的歌
jiangxibaiyi
采纳数:3973 获赞数:14412

向TA提问 私信TA
展开全部
conn.open connstr

rs.open sql,connster,1,1

这两句,你仔细认真的研究下,看看是不是有错误啊?
我看是有错误,而且是很大的错误

你的第二个问题,表单的开始标签和结束标签的位置不符合规范
<table width="300" border="0" align="center" cellpadding="0" cellspacing="0">
<form action="" method="post">

表单开始标签是在表格之内

</table>
</form>

表单结束标签却在表格之外。。。。
cx563559606
2012-07-01 · 超过15用户采纳过TA的回答
知道答主
回答量:82
采纳率:0%
帮助的人:22.1万
展开全部
应该是上面的记录集用了没有关
追问
啊?那则么办呢??
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

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

类别

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

说明

0/200

提交
取消

辅 助

模 式