Microsoft Remote Data ServiceMicrosoft Remote Data Service*
*Contents  *Index  *Topic Contents

CancelUpdate Method

Discards all the pending changes associated with the specified Recordset object, thus restoring the values since the last Refresh method call.

Syntax

DataControl.CancelUpdate
PartDescription
DataControl An object variable that represents an RDS.DataControl object.

Applies To

RDS.DataControl

Remarks

The Client Cursor Engine 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.

Example

See Also

Address Book Command Buttons, Cancel Method, Refresh Method, SubmitChanges Method, Using RDS.DataControl to Pass Updated Disconnected Recordset Objects Back to the Middle Tier


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.