我在做一个用户管理及登录实例,老遇到这个问题
Microsoft JET Database Engine (0x80040E14)
/SavePwd.asp, 第 18 行
Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0) 理及登录实例时,老是出现这样的错误:
第17、18两行是这样子的
sql="SELECT * FROM Users WHERE UserId="& UserId&"And UserPwd="'&OriPwd&'""
set rs=Conn.Execute(sql)