The Bookmarkable property specifies whether a recordset supports bookmarks.
object.Properties("Bookmarkable") [= value]
object
Expression that evaluates to an object in the Applies To list.
value
Boolean that specifies bookmark support as described in 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. |
adBoolean
Read/write
DBProp_IRowsetLocate