Oracle Objects for OLE
Release 9.2

Part Number A95895-01
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents

Master Index

Feedback

EOF Property

See Also
Example
Applies To

OraDynaset

Description

Returns whether the current record position in a dynaset is after the last record. Not available at design time and read-only at run time.

Usage

eof_status = oradynaset.EOF

Remarks

Returns True if an attempt has been made to move after the last record in the dynaset using MoveNext. Returns False otherwise.

If a recordset is empty, both BOF and EOF return True.

Data Type

Integer (Boolean)


 
Oracle
Copyright © 1994, 2002 Oracle Corporation.

All Rights Reserved.
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents

Master Index

Feedback