dbDelete method (Main Control)

Visual Basic example
Visual C++ 4.0 example

Visual J++ 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