access 时间比较的SQL语句如何写

access 时间比较的SQL语句怎么写select * from terminal where Login #2012/10/19 21:39:47# 这样不可

access 时间比较的SQL语句怎么写
"select * from terminal where Login > #2012/10/19 21:39:47# "

这样不可以

[解决办法]
将ds1的ParamCheck设为false即可。

另外给你的建议就是:表名和字段名尽量不要用数据库系统保留的关键字,如user, login之类的。