asp+access Microsoft JET Database Engine (0x80040E10)
发布网友
发布时间:2024-10-24 17:30
我来回答
共2个回答
热心网友
时间:2024-10-31 08:31
'把带*中间的代码加到相应的位置测试下:
'设置SQL语句,判断是否存在此用户
sql = "SELECT * FROM Students WHERE UserId='" & StuId & "' And UserPwd='" & OriPwd & "'"
'*****************
response.write sql '输出后就应该可以知道问题出在哪了
response.end()
'***************
Set rs = Conn.Execute(sql)
热心网友
时间:2024-10-31 08:28
sql = "SELECT * FROM Students WHERE UserId='" & StuId & "' And UserPwd='" & OriPwd & "'"
这行,UserId应该是用户名编号,值的没有指定..