码迷,mamicode.com
首页 > Windows程序 > 详细

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

时间:2019-02-02 18:52:56      阅读:277      评论:0      收藏:0      [点我收藏+]

标签:current   说明   batch   数据   属性   date   red   不用   更新   

谁能告诉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 

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

标签:current   说明   batch   数据   属性   date   red   不用   更新   

原文地址:https://www.cnblogs.com/jijm123/p/10348817.html

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