不能确定为何
try:
ADOQuery2->SQL->Clear() ;
ADOQuery2->SQL->Add("truncate table 表1");
ADOTable2->Active=true;
ADOQuery2->Active=true;
ADOQuery2->ExecSQL();