Oracle Objects for OLE Release 9.2 Part Number A95895-01 |
|
See Also |
Example |
Description
Returns whether the current record position in a dynaset is before the first record. Not available at design time and read-only at run time.
Usage
bof_status = oradynaset.BOF
Remarks
Returns True if an attempt has been made to move before the first record in the dynaset using MovePrevious. Returns False otherwise.
If a recordset is empty, both BOF and EOF return True.
Data Type
Integer (Boolean)
|
Copyright © 1994, 2002 Oracle Corporation. All Rights Reserved. |
|