码迷,mamicode.com
首页 > 其他好文 > 详细

delphi DataSet读写

时间:2014-09-05 16:02:11      阅读:116      评论:0      收藏:0      [点我收藏+]

标签:style   blog   color   os   div   sp   log   c   bs   

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 ;

 

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

delphi DataSet读写

标签:style   blog   color   os   div   sp   log   c   bs   

原文地址:http://www.cnblogs.com/hougelou/p/3958129.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!