dbCanAppend property (ILEADRasterODBC)
Delphi 4 example |
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 |
Description |
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