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


❮ Recordset 对象完整参考

Supports 方法返回一个布尔值,用于定义 Recordset 对象是否支持特定类型的功能。

注意:如果支持指定的功能,则此方法返回 true,否则返回 false。

语法

objRecordset.Supports(cursoroptions)

参数 描述
cursoroptions 必需。一个或多个 CursorOptionEnum 值,指定此方法应测试的功能

CursorOptionEnum

常量 描述
adHoldRecords 0x100 在不提交所有挂起更改的情况下检索更多记录或更改下一个位置
adMovePrevious 0x200 支持 MoveFirst 和 MovePrevious 方法,以及 Move 或 GetRows 方法
adBookmark 0x2000 支持 Bookmark 属性
adApproxPosition 0x4000 支持 AbsolutePosition 和 AbsolutePage 属性
adUpdateBatch 0x10000 支持 UpdateBatch 和 CancelBatch 方法
adResync 0x20000 支持 Resync 方法
adNotify 0x40000 指示数据提供程序是否支持通知(这决定了是否支持 Recordset 事件)
adFind 0x80000 支持 Find 方法
adIndex 0x100000 支持 Index 属性
adSeek 0x200000 支持 Seek 方法
adAddNew 0x1000400 支持 AddNew 方法
adDelete 0x1000800 支持 Delete 方法
adUpdate 0x1008000 支持 Update 方法

❮ 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.