dbDelete method (ILEADRasterODBC)

Visual Basic example

Visual C++ 5.0 example

Delphi 4 example

C++ Builder example

 

Syntax

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:

Databases: Using ODBC