Synopsis:
adoRSetUpdate(handle)
Arguments:
handle - The recordset handle.
Description: This function saves any changes that have been made to the current record of a recordset object since calling the adoRSetAddNew() function or since changing any field values in an existing record. The recordset object must support updates.
If you move from the record you are adding or editing before calling the Update method, ADO will automatically call Update to save the changes. You must call the adoRSetCancelUpd() function if you want to cancel any changes made to the current record or discard a newly added record.
The current record remains current after you call the adoRSetUpdate() function.
Returns: Returns 0 upon success or a negative error code. If ADOERR_COMERR is returned, then the underlying ADO error can be obtained by calling adoLastError()