Microsoft Jet and Replication Objects
ConflictTables Property
Specifies a Recordset containing a list of tables and associated conflict tables.
Return Values
Returns a recordset containing two columns: TableName and ConflictTableName for each table that had conflicts during the synchronization of two replicas. ConflictTables is read-only.
Remarks
This property can only be read if the database is replicable. An error will occur if the ReplicaType is jrRepTypeNotReplicable and the user attempts to read or set this property.