Does RDA support Push or Pull conflict resolution?
A15: There is no conflict resolution with RDA. For RDA, a better name for “conflicts” is “errors.” For example, when you perform an RDA Push operation, and there is an error, the row with the error is returned to your RDA Push method with the tracking error table and is removed from the table where the error occurred. In the tracking table, RDA gives you the data that was in your table in addition to the error that occurred. Errors may occur in many ways on a Push operation. For example, errors may occur with IIS, SQL, OLEDB, and others. One common error with a new product is that foreign key constraints are not pulled to the CE database. Therefore, when the Push operation occurs, the foreign key is violated and an error record is returned to your error table. The error message informs you that you must add these constraints to your CE database and then you must retry the record. If there are errors with the Pull method, you must check for the SSCEErrors collection that is returned. Th