标签:oda match 是什么 集中 The 过滤器 only batch matching
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.几乎不用
谁能告诉delphi7 的updatebatch使用属性说明?
标签:oda match 是什么 集中 The 过滤器 only batch matching
原文地址:https://www.cnblogs.com/jijm123/p/10327628.html