[user]和user为什么不一样
sqlstr="select * from [user] where name='"&request.cookies(cn)("lgname")&"' and int(qian)>="&horseto&""
rst.open sqlstr,myconn
显示正常
sqlstr="select * from user where name='"&request.cookies(cn)("lgname")&"' and int(qian)>="&horseto&""
rst.open sqlstr,myconn
出现from
Microsoft JET Database Engine 错误 '80040e14'
FROM 子句语法错误。
而我下面的语句在别一个论坛可以执行。为什么会有差别