dbEdit method (ILEADRasterODBC)

Visual Basic example

Visual C++ 5.0 example

Delphi 4 example

C++ Builder example

 

Syntax

void dbEdit ();

Overview

Refer to Managing Images in a Database

Remarks

Prepares the current record to be updated.

When you call this method, current field values are saved in a buffer. You can then change values and call the dbUpdate method to update the database.

If before calling the dbUpdate method, you call one of the dbMove... methods or you call the dbEdit method again, the original values (saved in the buffer) are restored.

See Also

Elements:

dbAddNew method, dbUpdate method, dbDelete method, dbLockingMode property

Topics:

Databases: Using ODBC