This documentation was styled with a demo skin from the Premium Pack 4 add-on for Help & Manual. The contents of the skin are encrypted and not configurable. You can only publish HM projects with this skin. You cannot edit it or change it.
This version is copyright and may only be used for local testing purposes. It may not be distributed.
Please purchase the full version of the Premium Pack to get the configurable skins and remove this notice. The package will also include the Toolbox configuration utility for Premium Pack skins.
Description
Returns %True if the current record position is after the last record in an ADODB_Recordset
Syntax
n = <ADODB_Recordset>.EOF
Returns
Number: %True or %False.
Parameters
Name |
Type |
Optional |
Meaning |
Remarks
The ADODB_RecordSet.BOF and ADODB_RecordSet.EOF properties are set to %True if you open an empty Recordset. ADODB_RecordSet.RecordCount property is zero.
If an ADODB_Recordset holds at least one record, the first record is the current and the BOF and EOF properties are False
Restrictions
See also
Examples