DBGridEh1.DataSource.DataSet.Open;
  while not DBGridEh1.DataSource.DataSet.Eof do
  begin
    {showmessage('CID : '+string(DBGridEh1.DataSource.DataSet.FieldByName('CID').Value) +
        '--科目 :' + string(DBGridEh1.DataSource.DataSet.FieldByName('科目').Value) +
        '--章节 :' + string(DBGridEh1.DataSource.DataSet.FieldByName('章节').Value)
        ) ;   }
    DBGridEh1.DataSource.DataSet.Edit;
    DBGridEh1.DataSource.DataSet.FieldByName('章节').Value:='ww';
    DBGridEh1.DataSource.DataSet.Post;
    DBGridEh1.DataSource.DataSet.Next ;
  end ;

 

不解释了,都在这里了。我以后再看一定可以看得懂

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-04
  • 2021-07-13
  • 2022-12-23
猜你喜欢
  • 2021-09-04
  • 2021-07-01
  • 2021-09-28
  • 2022-01-10
  • 2022-12-23
相关资源
相似解决方案