CompareEnum

Microsoft ActiveX Data Objects (ADO)

ADO 2.5 API Reference

CompareEnum

Specifies the relative position of two records represented by their bookmarks.

Constant Value Description
adCompareEqual 1 Indicates that the bookmarks are equal.
adCompareGreaterThan 2 Indicates that the first bookmark is after the second.
adCompareLessThan 0 Indicates that the first bookmark is before the second.
adCompareNotComparable 4 Indicates that the bookmarks cannot be compared.
adCompareNotEqual 3 Indicates that the bookmarks are not equal and not ordered.

ADO/WFC Equivalent

Package: com.ms.wfc.data

Constant
AdoEnums.Compare.EQUAL
AdoEnums.Compare.GREATERTHAN
AdoEnums.Compare.LESSTHAN
AdoEnums.Compare.NOTCOMPARABLE
AdoEnums.Compare.NOTEQUAL

See Also

Applies To: CompareBookmarks Method

© 1998-2003 Microsoft Corporation. All rights reserved.