Update Resync Property--Dynamic (ADO)

Microsoft ActiveX Data Objects (ADO)

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

This property is only applicable if the Unique Table dynamic property is set.

The following combinations of ADCPROP_UPDATERESYNC_ENUM values can be used simultaneously:

  • adResyncAutoIncrement and adResyncConflicts

  • adResyncAutoIncrement and adResyncInserts

  • adResyncAll, adResyncUpdates, adResyncInserts, and adResyncConflicts

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.