Skip Headers

Oracle® Objects for OLE Developer's Guide
10g Release 1 (10.1)

Part Number B10118-01
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Master Index
Master Index
Go to Feedback page
Feedback

BOF Property

See Also
Example
Applies To

OraDynaset

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)