G
gjde2000
Unregistered / Unconfirmed
GUEST, unregistred user!
sqlstr:='select * from lyjl where thks>=#2007-6-17 21:00:00# and thks<=#2007-6-17 21:50:00#;(注意:查询要精确到秒)
或sqlstr:='select * from lyjl where thks between #2007-6-17 21:00:00# and #2007-6-17 21:50:00#;(也不行??)
adoquery1.SQL.Clear;
adoquery1.SQL.Add(sqlstr);
adoquery1.Open;
报错:错误的对象??
可是我在Sql explorer 上试语句却能通过?说明不是Access的问题难道是ADO???
我用的是Access+Ado 记得以前用IBX+InterBase时也没有出过错呀。
或sqlstr:='select * from lyjl where thks between #2007-6-17 21:00:00# and #2007-6-17 21:50:00#;(也不行??)
adoquery1.SQL.Clear;
adoquery1.SQL.Add(sqlstr);
adoquery1.Open;
报错:错误的对象??
可是我在Sql explorer 上试语句却能通过?说明不是Access的问题难道是ADO???
我用的是Access+Ado 记得以前用IBX+InterBase时也没有出过错呀。