dbDelete method (ILEADRasterODBC)
Delphi 4 example |
void dbDelete (); | |
Overview |
Refer to Managing Images in a Database |
Remarks
Deletes data from the current record, effectively deleting the record.
After using this method, use one of the dbMove... methods to go to another record. Afterward, you cannot return to the deleted record.
See Also
Elements: |
dbAddNew method, dbEdit method, dbUpdate method, dbLockingMode property |
Topics: |