AddNew Method

 

Description

 

Creates a new record for an updatable Recordset object.

 

PowerBASIC Syntax

 

METHOD AddNew ( _

  OPTIONAL BYVAL FieldList AS VARIANT, _

  OPTIONAL BYVAL Values AS VARIANT _

)

 

Parameters

 

FieldList

Optional. A single name, or an array of names or ordinal positions of the fields in the new record.

Values

Optional. A single value, or an array of values for the fields in the new record. If Fieldlist is an array, Values must also be an array with the same number of members; otherwise, an error occurs. The order of field names must match the order of field values in each array.

 

Valid XHTML 1.0 Transitional