Microsoft SDK for Java

AdoEnums.Position Class Fields

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

Constant Value Description
UNKNOWN -1 Indicates that the Recordset is empty, the current position is unknown, or the provider does not support getAbsolutePage or getAbsolutePosition.
BOF -2 Indicates that the current record pointer is at BOF (that is, getBOF is True).
EOF -3 Indicates that the current record pointer is at EOF (that is, getEOF is True).

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