dbIsEOF property (ILEADRasterODBC)
BOOL dbIsEOF | |
Overview |
Refer to Managing Images in a Database |
Remarks
Indicates whether you have scrolled beyond the last record in the recordset.
This helps you avoid errors when using the dbMove... methods. Also, you can use this method to determine whether a recordset contains any records. Immediately after calling the dbOpen method, the dbIsEOF method will return TRUE if the recordset is empty.
Value |
Meaning |
TRUE |
You have scrolled beyond the last record (or the recordset is empty). |
FALSE |
You have not scrolled beyond the first record. |
See Also