Y
ych2071
Unregistered / Unconfirmed
GUEST, unregistred user!
我想通过月份来得到库中一些记录。
程序简单如下:
....
query1.sql.clear;
query1.sql.add('select * from database.db');
query1.sql.add('where copy(datetostr(sj),4,2)='+''''+combobox1.text+'''');
try
query1.open
except
query1.execsql;
....
其中sj是date型的字段,combobox中是月份。
出错 :‘project raised exception class EDBEnginerError with message'capacity not
supported' process stopped'
请问why?
如何通过月份来取出一部分记录?
谢谢了!!!!
程序简单如下:
....
query1.sql.clear;
query1.sql.add('select * from database.db');
query1.sql.add('where copy(datetostr(sj),4,2)='+''''+combobox1.text+'''');
try
query1.open
except
query1.execsql;
....
其中sj是date型的字段,combobox中是月份。
出错 :‘project raised exception class EDBEnginerError with message'capacity not
supported' process stopped'
请问why?
如何通过月份来取出一部分记录?
谢谢了!!!!