Name

ResyncEnum Enumeration — (Versions 2.0, 2.1, 2.5, 2.6)

Synopsis

The ResyncEnum enumeration indicates whether underlying data is overwritten and if pending updates are lost when the Resync method is called.

Table E-42. The ResyncEnum Enumeration

Enumeration (ADO/WFC)

Value

Description

adResyncAllValues (ALLVALUES)
2

Default. Indicates that a call to the Resync method overwrites data and cancels pending updates.

adResyncUnderlyingValues (UNDERLYINGVALUES)
1

Indicates that a call to the Resync method does not overwrite data and that pending updates are not canceled.

ADO/WFC

The ResyncEnum enumeration is part of the com.ms.wfc.data package, and the constant values are preceded with AdoEnums.Resync.

See Also

Recordset.Resync Method, Fields.Resync Method

Get ADO: ActiveX Data Objects now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.