June 2001
Intermediate to advanced
620 pages
19h 29m
English
Recordset.Supports Method — (Versions 2.0, 2.1, 2.5, 2.6)
Setboolean = recordset.Supports(CursorOptions)
The Supports method determines whether the current data provider supports specified functionality.
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.
Boolean
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.
CursorOptionEnum Enumeration
Read now
Unlock full access