package com.ms.wfc.data
Topic Specifies which fields can be used to detect conflicts during an optimistic update of a row of the data source with an RDS Recordset object. The constants specify that collisions should be detected if there is a change to the key field (that is, the data source row has been deleted); a change to any column in the data source row; a change to the same column of the data source row as the updated column of the recordset; or if the data source row has merely been accessed. Use these constants with the recordset "Update Criteria" dynamic property.
Prefix adCriteria
Declared ADCPROP_UPDATECRITERIA_ENUM
Constant | Value |
KEY | 0 |
ALLCOLS | 1 |
UPDCOLS | 2 |
TIMESTAMP | 3 |