<< Click to Display Table of Contents >> AdoRecordSet:Update() |
![]() ![]() ![]() |
Saves any changes you make to the current record of a Recordset object.
METHOD Update ( uFields AS USUAL, uValuesAS USUAL ) AS VOID
uFields (Optional) A single name or an array that represents names or ordinal positions of the field or fields you wish to modify
uValues (Optional) A single value or an array that represents values for the field or fields in the new record
AdoRecordSet, AdoRecordSet:AddNew()