June 2001
Intermediate to advanced
620 pages
19h 29m
English
ResyncEnum Enumeration — (Versions 2.0, 2.1, 2.5, 2.6)
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. |
The ResyncEnum enumeration is part of the com.ms.wfc.data package, and the constant values are preceded with AdoEnums.Resync.
Recordset.Resync Method, Fields.Resync Method
Read now
Unlock full access