Available in the LEADTOOLS Imaging toolkit. |
dbEdit method (Main Control)
Visual Basic example
Visual C++ 4.0 example
Visual J++ example
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