Update Method

 

Description

 

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

 

PowerBASIC Syntax

 

METHOD Update ( _

  OPTIONAL BYVAL Fields AS VARIANT, _

  OPTIONAL BYVAL Values AS VARIANT _

)

 

Parameters

 

Fields

Optional. A Variant that represents a single name, or a Variant array that represents names or ordinal positions of the field or fields you wish to modify.

Values

Optional. A Variant that represents a single value, or a Variant array that represents values for the field or fields in the new record.

 

Valid XHTML 1.0 Transitional