谁能告诉delphi7 的updatebatch使用属性说明?
2021-06-16 12:04
标签:current 说明 batch 数据 属性 date red 不用 更新 谁能告诉delphi7 的updatebatch使用属性说明? ADODataSet1.UpdateBatch(arAll); 就是提交你的数据集到数据库 谁能告诉delphi7 的updatebatch使用属性说明? 标签:current 说明 batch 数据 属性 date red 不用 更新 原文地址:https://www.cnblogs.com/jijm123/p/10348817.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.几乎不用
dataset.updatebatch(arall/arcurrent)
AffectRecords
文章标题:谁能告诉delphi7 的updatebatch使用属性说明?
文章链接:http://soscw.com/index.php/essay/94556.html