---------------------------
Debugger Exception Notification
---------------------------
Project Sailor.exe raised exception class EOleException with message 'Operation is not allowed in this context'. Process stopped. Use Step or Run to continue.
---------------------------
OK   Help   
---------------------------
程序如下,其中param3:TADOTable.请大家帮忙啊,错误如下
   param3.Active:=true;
   param3.First;
   param3.edit;
   param3.DeleteRecords(arall);
   param3.Active:=false;