Update Resync Property-Dynamic (ADO)

Specifies whether the UpdateBatch method is followed by an implicit Resync method operation, and if so, the scope of that operation.

Settings and Return Values

Sets or returns one or more of the ADCPROP_UPDATERESYNC_ENUM values.

Remarks

The values of ADCPROP_UPDATERESYNC_ENUM may be combined, except for adResyncAll which already represents the combination of the rest of the values.

The constant adResyncConflicts stores the resync values as underlying values, but does not override pending changes.

Update Resync is a dynamic property appended to the Recordset object Properties collection when the CursorLocation property is set to adUseClient.

Applies To

Recordset Object (ADO)