1.我有主从两个表,分别用控件adoqryD,adoDtsM连接
  当我在从表中增加数据,并撤消更新时出现如下错误
  
  project test.exe raised Exception Class EoleException With Message
 'Row Handle referred to a deleted row or a row ed deletion'
  process stopped.2.如何判断UpdateStatus的状态?
  我在表中写了
  if self.adoDtsM UpdateStatus In[usModified, usInserted,UsDeleted] then
  begin
   if ShowMessage('Ok');
   self.adoDtsM.UpdateBatch;
  end;
  但为什么我在指向下条数据时会弹出对话'OK'呢?解决完后马上给分