| title |
CompareEnum | Microsoft Docs |
| ms.prod |
sql |
| ms.prod_service |
connectivity |
| ms.technology |
connectivity |
| ms.custom |
|
| ms.date |
01/19/2017 |
| ms.reviewer |
|
| ms.topic |
conceptual |
| apitype |
COM |
| f1_keywords |
|
| helpviewer_keywords |
CompareEnum enumeration [ADO] |
|
| ms.assetid |
bc8f710d-0621-4673-8d8e-0361e44abed0 |
| author |
MightyPen |
| ms.author |
genemi |
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. |
Package: com.ms.wfc.data
| Constant |
| AdoEnums.Compare.EQUAL |
| AdoEnums.Compare.GREATERTHAN |
| AdoEnums.Compare.LESSTHAN |
| AdoEnums.Compare.NOTCOMPARABLE |
| AdoEnums.Compare.NOTEQUAL |
CompareBookmarks Method (ADO)
CompareBookmarks Method (ADO)