Microsoft SDK for Java

AdoEnums.SearchDirection Class Fields

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

Constant Value Description
BACKWARD -1 Searches backward. Search stops at beginning of recordset. If a match is not found, the record pointer is positioned at BOF.
FORWARD 1 Searches forward. Search stops at end of recordset. If a match is not found, the record pointer is positioned at EOF.

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