Name
Supports (Recordset Object) —
blnSupported
=
rsObj
.Supports(
ngCursorOptions
)
Synopsis
Tests the support for one or more features. This method returns a Boolean value indicating whether the indicated features are or are not supported for the current Recordset object.
Parameters
-
blnSupported
A Boolean variable that will hold the result of the call to the Supports method.
-
rsObj
The name of the Recordset object whose functionality you are testing.
-
lngCursorOptions
One or more of the following constants. If you want to determine whether more than one of the following options is supported, add each object in the call to the Supports method (see the following example).
-
adAddNew
Determines whether the Recordset supports adding new records.
-
adApproxPosition
Determines whether the Recordset supports reading and setting the AbsolutePosition and AbsolutePage properties.
-
adBookmark
Determines whether the Recordset supports the bookmark property to uniquely identify records.
-
adDelete
Determines whether the Recordset supports deleting records.
-
adFind
Determines whether the Recordset supports the Find method.
-
adHoldRecords
Determines whether the Recordset supports retrieving more records without committing pending changes to the currently held records.
-
adIndex
Determines whether the Recordset supports the Index property.
-
adMovePrevious
Determines whether the Recordset supports moving the current record pointer backward in the recordset.
-
adNotify
Determines whether the underlying data source ...
-
Get ASP in a Nutshell, 2nd Edition 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.