CancelUpdate - method of the PmaDatabase object
Description:
It is used for ending the edit mode called by the
Add or
Edit method.
Syntax:
Empty CancelUpdate()
Note:
Calling all methods after the
Add/
Edit methods is
invalidated. The database is returned back into the state before calling
Add/
Edit.
Example:
JavaScriptVBScriptSelect and copy to clipboard
oDb.CancelUpdate();
oDb.CancelUpdate