ADO and SQL Server
Literal Bookmarks Property
The Literal Bookmarks property specifies whether bookmarks can be compared as a sequence of bytes.
Applies To
Command Object | Recordset Object |
Syntax
object.Properties("Literal Bookmarks") [= value]
Parts
object
Expression that evaluates to an object in the Applies To list.
value
Boolean that indicates whether bookmarks can be compared as a sequence of bytes, as specified in Settings
Settings
Value | Description |
---|---|
True | Bookmarks can be compared literally. That is, they can be compared as a sequence of bytes. |
False | Bookmarks cannot be compared literally. |
Data Type
adBoolean
Modifiable
Read/write
OLE DB Property
DBPROP_LITERALBOOKMARKS
Remarks
Setting the value of this property to True automatically sets the value of Use BookMarks to True.