Bookmarkable Property

See Also   Applies To

Returns a value that indicates whether a CdbRecordset object supports bookmarks, which you can set by using the Bookmark property.

Syntax

BOOLGetBookmarkable(VOID);

Remarks

Verify that the Bookmarkable property of a CdbRecordset object is True before you attempt to set or check the Bookmark property.

For CdbRecordset objects based entirely on Microsoft Jet tables, the value of the Bookmarkable property is True, and you can use bookmarks. Other database products may not support bookmarks, however. For example, you can't use bookmarks in any CdbRecordset object based on a linked Paradox table that has no primary key.