AdoRecordSet:Update()

<< Click to Display Table of Contents >>

Navigation:  Ado Classes > AdoRecordset Class >

AdoRecordSet:Update()

Previous pageReturn to chapter overviewNext page

Purpose

Saves any changes you make to the current record of a Recordset object.

 

Prototype

METHOD Update ( uFields AS USUAL, uValues AS USUAL )  AS VOID PASCAL CLASS AdoRecordSet

 

Argument(s)

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

 

 

See Also

AdoRecordSet, AdoRecordSet:AddNew()