Discards all the pending changes associated with the specified Recordset object, thus restoring the values since the last Refresh method call.
Syntax
RDSIE3.DataControl.CancelUpdate
Part | Description |
RDSIE3.DataControl | An object variable that represents an RDSIE3.DataControl object. |
Applies To
Remarks
The Client Cursor Provider keeps both a copy of the original values and a cache of changes. When you call CancelUpdate, the cache of changes is reset to empty, and the bound controls are refreshed with the original data.
See Also
Address Book Command Buttons, Refresh Method, SubmitChanges Method, Using RDSIE3.DataControl to Pass Updated Recordsets to the Middle Tier