谁能告诉delphi7 的updatebatch使用属性说明?
2021-06-17 15:07
标签:oda match 是什么 集中 The 过滤器 only batch matching ADODataSet1.UpdateBatch(arAll); 就是提交你的数据集到数据库 谁能告诉delphi7 的updatebatch使用属性说明? 标签:oda match 是什么 集中 The 过滤器 only batch matching 原文地址:https://www.cnblogs.com/jijm123/p/10327628.htmlarCurrentOnly 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.几乎不用
文章标题:谁能告诉delphi7 的updatebatch使用属性说明?
文章链接:http://soscw.com/index.php/essay/95098.html