ADO Update Method
Complete Recordset Object Reference
The Update method is used to save all changes made to a single record in a
Recordset.
Note: This method will not work if the Recordset does not support updates.
Syntax
objRecordset.Update fields,values
|
Parameter |
Description |
fields |
Optional. A field name, or an array of field names or field positions
to update |
values |
Optional. A value or an array of values for the field or array of fields
you want to update |
Complete Recordset Object Reference
Learn XML with <oXygen/> XML Editor - Free Trial!
|
|
oXygen helps you learn to define,
edit, validate and transform XML documents. Supported technologies include XML Schema,
DTD, Relax NG, XSLT, XPath, XQuery, CSS.
Understand in no time how XSLT and XQuery work by using the intuitive oXygen debugger!
Do you have any XML related questions? Get free answers from the oXygen
XML forum
and from the video
demonstrations.
Download a FREE 30-day trial today!
|
|