BatchConflictValue Property

       

Returns a value currently in the database that is newer than the Value property as determined by an optimistic batch update conflict.

Syntax

object.BatchConflictValue

The object placeholder represents an object expression that evaluates to an object in the Applies To list.

Return Values

The BatchConflictValue property return value is a Variant(String) expression as described in Remarks.

Remarks

This property contains the value of the column that is currently in the database on the server. During an optimistic batch update, a collision may occur where a second client modified the same column and row in between the time the first client fetched the data and the update attempt. When this happens, the value that the second client set will be accessible through this property.