ADODB Object
 
Syntax
 
 
Description
The CancelUpdate method cancels all pending deletions, insertions, or updates to the Fields Collection for a specific Record object.
 
All existing Field objects are returned to the value they had after the last call of the Update method (if a call occurred). The status value is set to adFieldOK for all Field objects in the collection. This method has no parameters.
See Also
 
Example
 
objRecord.Fields.CancelUpdate