谁能告诉delphi7 的updatebatch使用属性说明?

谁能告诉delphi7 的updatebatch使用属性说明? 

ADODataSet1.UpdateBatch(arAll);

就是提交你的数据集到数据库

arCurrentOnly             the updates for the current row are applied.
arFilteredOnly updates for rows matching the current filter are applied.
arAllUpdates for all rows are applied.
arAllChapters Update affects all chapters (ADO chapters)
上面弄不明白是什么意思,解释一下吧
看英文啊
1.更新当前行
2.如果你的数据集中有过滤器就更新过滤后的行
3.更新全部行
4.几乎不用

dataset.updatebatch(arall/arcurrent)
AffectRecords 

posted on 2019-02-02 17:23  癫狂编程  阅读(663)  评论(0编辑  收藏  举报

导航

好的代码像粥一样,都是用时间熬出来的