Available in the LEADTOOLS Imaging toolkit. |
dbCanAppend property (Main Control)
Visual Basic example
Visual C++ 4.0 example
Visual J++ example
Syntax BOOL dbCanAppend
Overview: Refer to Managing Images in a Database
Remarks
Indicates whether it is possible to add a record to the current recordset.
Value |
Meaning |
TRUE |
You can use the dbAddNew method and the dbUpdate method to add a record to the recordset. |
FALSE |
Either the recordset is not opened for updating or the data source does not allow updating. |
See Also
Elements: dbCanRestart property, dbCanScroll property, dbCanUpdate property, dbCurrentRecord property, dbEditMode property, dbIsBOF property, dbIsDeleted property, dbIsEOF property, dbIsOpen property, dbRecordCount property
Topics: Databases: Using ODBC