dbEdit method (ILEADRasterODBC)
Delphi 4 example |
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: |