<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > ADODB > ADODB Module Classes > ADODB_Recordset > ADODB_Recordset Methods > <ADODB_Recordset>.Update |
Description
Saves any changes you make to the current row of a ADODB_Recordset object.
Syntax
<ADODB_Recordset>.Update
Returns
None
Parameters
Name |
Type |
Optional |
Meaning |
Remarks
Use the Update method to save any changes you make to the current record of a ADODB_Recordset object since calling the AddNew method or since changing any field values in an existing record.
Restrictions
The ADODB_Recordset object must support updates.
See also
Examples