D
delphifaq
Unregistered / Unconfirmed
GUEST, unregistred user!
数据库为INTRBASE ,
ASQL:='select * from xxx where FieldDateTime>='+ADate
其中 FieldDateTime为DateTime型的字段,Adate为用户输入DateTime型变量
但是,由于ADate不为字符,所以编译过不去,请问该如何写???
请不要写成ASQL:='select * from xxx where FieldDateTime>=:a',这样会给我
带来不方便,虽然可以完成任务,有无其他方法??/
另外:在INTRBASE中可否实现 select * Into TempTable from ATable where ....
ASQL:='select * from xxx where FieldDateTime>='+ADate
其中 FieldDateTime为DateTime型的字段,Adate为用户输入DateTime型变量
但是,由于ADate不为字符,所以编译过不去,请问该如何写???
请不要写成ASQL:='select * from xxx where FieldDateTime>=:a',这样会给我
带来不方便,虽然可以完成任务,有无其他方法??/
另外:在INTRBASE中可否实现 select * Into TempTable from ATable where ....