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

Posted jijm123

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了谁能告诉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 

以上是关于谁能告诉delphi7 的updatebatch使用属性说明?的主要内容,如果未能解决你的问题,请参考以下文章

delphi数据库的增加,保存,删除

谁能告诉我为啥这超过了 2 秒的时间限制?(短代码)

Mybatis批量更新 updateBatch

delphi adoquery的post和UpdateBatch

怎样使用ADO中的UpdateBatch方法(200分)

UpdateBatch与事务处理的一点总结