<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > ADODB > ADODB Module Classes > ADODB_Recordset > ADODB_Recordset Properties > <ADODB_Recordset>.CollectS |
Description
Set the value of a Field object in the form of a string.
Syntax
SET
<ADODB_Recordset>.UpdateS(Name [, OptTruncate]) = StringExpression
Returns
Parameters
Name |
Type |
Optional |
Meaning |
Name |
String |
No |
Field Name (the name of the column in the RecordSet) |
OptTruncate |
Number |
Yes |
Usually setting a value that is bigger than the field capability generate an error or the value is not set. When OptTruncate is %TRUE, StringExpression is truncated to adapt to the field dimention. |
Remarks
Restrictions
See also
Examples