Updated: 2019-02-06

OLE DB Property of Rowset and Command — «Bookmarks Ordered»

Name:
Bookmarks Ordered
Type:
VT_BOOL
R/W:
R/W
Default:
Depends on the version of the provider
IBProvider:
1, 2, 3, 5

Rules for comparing bookmarks. If the value of this property is FALSE, then the bookmarks can be compared only for the identity of the related rows. If the value of this property is TRUE, then the bookmarks can be compared to find out the relative position of the associated rows in the set.

Setting the value of this property to TRUE automatically sets the value of «Use Bookmarks» to TRUE.

Default value is depended on the provider version:

Version Default value
v1-v3 TRUE
v5 FALSE

See also

Other properties of group

Other sets of properties