Description
Set the value of a Field object in the form of a string.
Syntax
SET
<ADODB_Recordset>.UpdateS(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