C
cwt
Unregistered / Unconfirmed
GUEST, unregistred user!
所用数据库为access,
代码如下:
adoquery1.Close;
adoquery1.SQL.Text:=
'select * from xtable where [id]=562 '+
'and ([time] between #7/15/02 07:00:00# and #7/15/02 15:00:00#)';
adoquery1.Open;
报错为“不正常地定义参数对象,提供了不一致或不完整的信息。”
但是在access中却可以执行。请问这是为什么?????
代码如下:
adoquery1.Close;
adoquery1.SQL.Text:=
'select * from xtable where [id]=562 '+
'and ([time] between #7/15/02 07:00:00# and #7/15/02 15:00:00#)';
adoquery1.Open;
报错为“不正常地定义参数对象,提供了不一致或不完整的信息。”
但是在access中却可以执行。请问这是为什么?????