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


❮ Recordset 对象完整参考

Cancel 方法取消方法调用的执行。

Cancel 方法针对每个对象取消不同的任务。下表显示调用此方法时取消的任务。

对象 取消的任务
命令 执行。

注意:在调用 Cancel 方法之前,必须将 Execute 方法的 Options 参数设置为 adAsyncExecute 或 adAsyncFetch,否则将发生运行时错误。

连接 执行或打开。

注意:在调用 Cancel 方法之前,必须将 Open 方法的 Options 参数设置为 adSyncConnect,或者将 Execute 方法的 Options 参数设置为 adAsyncExecute 或 adAsyncFetch,否则将发生运行时错误。

记录 CopyRecord、DeleteRecord、MoveRecord 或 Open

注意:在调用 Cancel 方法之前,必须将 Execute 方法的 Options 参数设置为 adAsyncExecute 或 adAsyncFetch,否则将发生运行时错误。

Recordset 打开
打开

语法

object.Cancel

❮ Recordset 对象完整参考
×

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.