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

相关文章:

  • 2021-11-11
  • 2021-08-05
  • 2021-11-18
  • 2021-07-31
  • 2021-07-15
  • 2021-07-24
  • 2021-08-12
  • 2021-06-09
猜你喜欢
  • 2021-10-29
  • 2022-12-23
  • 2021-07-27
  • 2021-12-03
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案