Available in the LEADTOOLS Imaging toolkit. |
dbIsEOF property (Main Control)
Visual Basic example
Visual C++ 4.0 example
Visual J++ example
Syntax 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
Elements: dbCanAppend property, dbCanRestart property, dbCanScroll property, dbCanUpdate property, dbCurrentRecord property, dbEditMode property, dbIsBOF property, dbIsDeleted property, dbIsOpen property, dbRecordCount property
Topics: Databases: Using ODBC