[求助]一个错误的语句
set rs=conn.execute("select*from [user] where userid="&lguserid&" and not del")
浏览器显示为:
Microsoft JET Database Engine '80040e14'
语法错误 (操作符丢失) 在查询表达式 'userid= and not del' 中。
\usersetup.asp, line 12
后改为:
set rs=conn.execute("select*from [user] where userid='"&lguserid&"' and not del")
浏览器显示为:
Microsoft JET Database Engine '80040e07'
标准表达式中数据类型不匹配。
\usersetup.asp, line 12
请各位帮帮忙!谢谢!

程序授权说明:http://www./authorization.php 无路难开路更难。 帮助别人是快乐的,也只有帮助别人,才能得到别人的帮助。互相帮助,才能共同进步。