急~用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的第八行 展开
<%
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的第八行 展开
2个回答
展开全部
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>
表单结束标签却在表格之外。。。。
rs.open sql,connster,1,1
这两句,你仔细认真的研究下,看看是不是有错误啊?
我看是有错误,而且是很大的错误
你的第二个问题,表单的开始标签和结束标签的位置不符合规范
<table width="300" border="0" align="center" cellpadding="0" cellspacing="0">
<form action="" method="post">
表单开始标签是在表格之内
</table>
</form>
表单结束标签却在表格之外。。。。
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询