unidac 执行Execute后取得受影响行数。

  uniQuery2.SQL.Text := mmo2.Text;
  uniQuery2.Execute;
  mmo1.Lines.Add(Format('受影响行数:%d', [uniQuery2.RowsAffected]));
原文地址:https://www.cnblogs.com/jxgxy/p/2750724.html