Name

Recordset.Supports Method — (Versions 2.0, 2.1, 2.5, 2.6)

Synopsis

Set boolean = recordset.Supports(CursorOptions)

The Supports method determines whether the current data provider supports specified functionality.

Arguments

CursorOptions (Long)

Represents the type functionality that you are testing for. This value can be one or more of the CursorOptionEnum values listed in Appendix E.

Returns

Boolean

Description

The Supports method of the Recordset object tests whether the Recordset object supports individual types of functionality.

If the values of the CursorOptionEnum values are added and passed as the sole argument to the Supports function, a return value indicates whether all of the questioned functionality is supported.

See Also

CursorOptionEnum Enumeration

Get ADO: ActiveX Data Objects now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.