June 2001
Intermediate to advanced
620 pages
19h 29m
English
CompareEnum Enumeration — (Versions 2.0, 2.1, 2.5, 2.6)
The CompareEnum enumeration indicates how two bookmarks compare.
Table E-8. The CompareEnum Enumeration
|
Enumeration (ADO/WFC) |
Value |
Description |
|---|---|---|
adCompareEqual (EQUAL) |
1 |
Indicates that the two bookmarks are equivalent. |
adCompareGreaterThan (GREATERTHAN) |
2 |
Indicates that the first bookmark is located after the second bookmark. |
adCompareLessThan (LESSTHAN) |
0 |
Indicates that the second bookmark is located after the first bookmark. |
adCompareNotComparable (NOTCOMPARABLE) |
4 |
Indicates that the two bookmarks cannot be compared. |
adCompareNotEqual (NOTEQUAL) |
3 |
Indicates that the two bookmarks are not equal and not ordered. |
The CompareEnum enumeration is part of the com.ms.wfc.data package, and the constant values are preceded with AdoEnums.Compare.
Recordset.CompareBookmarks Method
Read now
Unlock full access