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

  uniQuery2.SQL.Text := mmo2.Text;
  uniQuery2.Execute;
  mmo1.Lines.Add(Format('受影响行数:%d', [uniQuery2.RowsAffected]));

posted on 2012-11-02 09:58  jxgxy  阅读(504)  评论(0编辑  收藏  举报

导航