ADO::PositionEnum
Specifies the current position of the record pointer within a Recordset.
| Constant |
Value |
Description |
| adPosBOF |
-2 |
Indicates that the current record pointer is at BOF (that
is, the BOF property is True). |
| adPosEOF |
-3 |
Indicates that the current record pointer is at EOF (that
is, the EOF property is True). |
| adPosUnknown |
-1 |
Indicates that the Recordset is empty, the current position
is unknown, or the provider does not support the AbsolutePage
or AbsolutePosition property. |
|