| DB Access Class Library for COBOL V1.0 API Reference - Microsoft(R) Windows(R) - - Microsoft(R) Windows NT(R) - - Microsoft(R) Windows(R) 2000 - |
Contents
Index
![]()
|
Chapter 6 DB Access Library API Reference
6.2 Methods
Returns information as to whether the current row
of the recordset is located after the last row.
If an IS-EOF method is issued while the current row is located after the last row, a non-zero value is returned.
A non-zero value would also be returned if an IS-EOF method is issued to a null recordset.
INVOKE RECORDSET-A "IS-EOF" RETURNING EOF.
RECORDSET-A [attribute:OBJECT REFERENCE FJDB-RECORDSET]
Specifies an object of the FJDB-RECORDSET class.
EOF [attribute:S9(9) COMP-5]
Returns a nonzero value if the current row is located at the EOF; if elsewhere, returns a value of 0.
Contents
Index
![]()
|