Databases Reference
In-Depth Information
boolean = recordset.Supports( CursorOptions )
The return value is True if the feature described by CursorOptions is supported
and False otherwise.
Here is a list of the possible values for CursorOptions :
adAddNew
The AddNew method is supported.
adApproxPosition
The AbsolutePosition and AbsolutePage methods are supported.
adBookmark
The Bookmark property is supported.
adDelete
The Delete method is supported.
adHoldRecords
With respect to transaction processing, we can retrieve more records or change
the next retrieve position without committing all pending changes.
adMovePrevious
The MovePrevious method is supported. Also, Move and GetRows can be used to
move the current record pointer backwards without requiring the use of
bookmarks.
adResync
The Resync method is supported.
adUpdate
The Update method is supported.
adUpdateBatch
Batch updating is supported.
Search WWH ::




Custom Search