W
wohoot
Unregistered / Unconfirmed
GUEST, unregistred user!
源码如下:
query1.Close;
query1.SQL.Clear;
query1.SQL.Add('delete from dukou,duchuan,dugong,jiancha');
query1.ExecSQL;
我要同时清空dukou,duchuan,dugong,jiancha四个表,调试失败,提示:
project 13.exe raised exception class EDBEngineError with message 'non-blob column in table required perform operation.'
请问改怎么样解决?
query1.Close;
query1.SQL.Clear;
query1.SQL.Add('delete from dukou,duchuan,dugong,jiancha');
query1.ExecSQL;
我要同时清空dukou,duchuan,dugong,jiancha四个表,调试失败,提示:
project 13.exe raised exception class EDBEngineError with message 'non-blob column in table required perform operation.'
请问改怎么样解决?