Update - method of the PmaDatabase object
Description:
It is used for ending the edit mode called by the
Add or
Edit method.
Return value:
-1 - If an error occurred
>=0 - Successful writing into or creation of record
Note:
All methods called in the midst of the
Add/
Edit method and this method will be effective after its calling.
Example:
JavaScriptVBScriptSelect and copy to clipboard
var nUpdate = oDb.Update();
Dim nUpdate
nUpdate = oDb.Update()