Description |
Returns the BOF property of the wrapped ADODB.Recordset object. Use the BOF and EOF properties to determine whether a Recordset object contains records or whether you've gone beyond the limits of a Recordset object when you move from record to record. The BOF property returns True (1) if the current record position is before the first record and False (0) if the current record position is on or after the first record. If either the BOF or EOF property is True, there is no current record.
|