在asp中出现标准表达式中数据类型不匹配怎么解决

MicrosoftJETDatabaseEngine'80040e07'标准表达式中数据类型不匹配。\wode\login.asp,line64ifa<>""andb<>... Microsoft JET Database Engine '80040e07'

标准表达式中数据类型不匹配。

\wode\login.asp, line 64

if a<>"" and b<>"" then
'以下建立记录集,建立一个RecordSet对象实例rs
Dim rs,strSql
strSql="Select * From users where username='"&a&"' and userpwd='"&b&"'" '按自动编号字段降序排列
第64行 Set rs=conn.Execute(strSql)
if not rs.eof and not rs.bof then
session("right")="ok"
response.Redirect("index2.asp")
else
response.write "用户名或密码错误!"
end if
else
response.write "请填写用户名和密码!"
end if
%>
展开
 我来答
中易文星
2010-04-11 · TA获得超过1530个赞
知道小有建树答主
回答量:1042
采纳率:45%
帮助的人:817万
展开全部
strSql="Select * From users where username='"&a&"' and userpwd='"&b&"'"
改成:
strSql="Select * From [users] where username='"&a&"' and userpwd='"&b&"'"
试试

然后你看看你是不是连接了数据库,是不是忘记了调用 conn 文件
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

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

类别

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

说明

0/200

提交
取消

辅 助

模 式