Menu
×
   ❮     
HTML CSS JAVASCRIPT SQL PYTHON JAVA PHP HOW TO W3.CSS C C++ C# BOOTSTRAP REACT MYSQL JQUERY EXCEL XML DJANGO NUMPY PANDAS NODEJS R TYPESCRIPT ANGULAR GIT POSTGRESQL MONGODB ASP AI GO KOTLIN SASS VUE DSA GEN AI SCIPY AWS CYBERSECURITY DATA SCIENCE
     ❯   

ADO AppendChunk 方法


❮ 参数对象完整参考

AppendChunk 方法用于将长的二进制或字符数据追加到 Parameter 或 Field 对象。

提示: 使用此方法可以分段操作长值。

对象 AppendChunk 方法的描述
参数

如果 Attributes 属性设置为 adFldLong,则可以对 Parameter 对象使用 AppendChunk 方法。

第一次在 Parameter 对象上调用 AppendChunk 方法时,它会覆盖任何现有数据。随后的 AppendChunk 调用会将数据添加到现有的参数数据中。

字段

如果 Attributes 属性设置为 adFldLong,则可以对 Field 对象使用 AppendChunk 方法。

第一次在 Field 对象上调用 AppendChunk 方法时,它会覆盖任何现有数据。随后的 AppendChunk 调用会将数据添加到现有数据中。如果追加数据到一个字段,然后设置或读取当前记录中另一个字段的值,则 ADO 假定已完成对第一个字段的追加操作。如果再次对第一个字段调用 AppendChunk 方法,则 ADO 将覆盖现有数据。访问非第一个记录集对象的克隆的其他记录集对象中的字段不会中断 AppendChunk 操作。在 Field 对象上调用 AppendChunk 方法时,必须存在当前记录。

注意: 此方法不适用于 Record 对象的 Field 对象。

语法

objectname.AppendChunk data

参数 描述
data 要追加的数据

❮ 参数对象完整参考
×

Contact Sales

If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
[email protected]

Report Error

If you want to report an error, or if you want to make a suggestion, send us an e-mail:
[email protected]

W3Schools is optimized for learning and training. Examples might be simplified to improve reading and learning. Tutorials, references, and examples are constantly reviewed to avoid errors, but we cannot warrant full correctness of all content. While using W3Schools, you agree to have read and accepted our terms of use, cookie and privacy policy.

Copyright 1999-2024 by Refsnes Data. All Rights Reserved. W3Schools is Powered by W3.CSS.