<ADODB_Recordset>.CollectN

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Modules > ADODB > ADODB Module Classes > ADODB_Recordset > ADODB_Recordset Properties >

<ADODB_Recordset>.CollectN

 

Description

 
Set the value of a Field object in the form of a number.

 

Syntax

 

SET

<ADODB_Recordset>.UpdateN(Name) = Number

 

Returns

 

Number

 

Parameters

 

Name

Type

Optional

Meaning

Name

String


Field Name (the name of the column in the RecordSet)

 

Remarks

 

Restrictions

 

See also

 

Examples