Bookmarkable Property

ADO and SQL Server

ADO and SQL Server

Bookmarkable Property

The Bookmarkable property specifies whether a recordset supports bookmarks.

Applies To
Command Object Recordset Object
Syntax

object.Properties("Bookmarkable") [= value]

Parts

object

Expression that evaluates to an object in the Applies To list.

value

Boolean that specifies bookmark support as described in Settings.

Settings
Value Description
True The recordset supports the specified interface. This setting implicitly causes the created recordset to support bookmarks, setting the Use Bookmarks property to True.
False The recordset does not support the specified interface.

Data Type

adBoolean

Modifiable

Read/write

OLE DB Property

DBProp_IRowsetLocate

See Also

Literal Bookmarks Property

Use Bookmarks Property