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 方法


❮ Field 对象完整参考

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

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

对象 AppendChunk 方法描述
参数

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

第一次在 Parameter 对象上调用 AppendChunk 方法会覆盖任何现有数据。 下一个 AppendChunk 调用将数据添加到现有参数数据。

字段

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

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

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

语法

objectname.AppendChunk data

参数 描述
data 要追加的数据

❮ Field 对象完整参考
×

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.