Microsoft SDK for Java

AdoEnums.Compare Class Fields

The Compare class contains the fields shown in the following table.

Constant Value Description
LESSTHAN 0 Indicates that the first bookmark is before the second.
EQUAL 1 Indicates that the bookmarks are equal.
GREATERTHAN 2 Indicates that the first bookmark is after the second.
NOTEQUAL 3 Indicates that the bookmarks are not equal and not ordered.
NOTCOMPARABLE 4 Indicates that the bookmarks cannot be compared.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.