<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > ADODB > ADODB Module Classes > ADODB_Recordset > ADODB_Recordset Properties > <ADODB_Recordset>.CollectS |
Description
Returns or set the value of a Field object in the form of a string.
Syntax
GET
s = <ADODB_Recordset>.CollectS(Name)
SET
<ADODB_Recordset>.CollectS(Name) = StringExpression
Returns
Parameters
Name |
Type |
Optional |
Meaning |
Name |
String |
Field Name (the name of the column in the RecordSet) |
Remarks
Restrictions
See also
Examples