Comments
1 comment
-
Thank you for your post into the forum.
The answer to your question:Is there any way to have data compare to evaluate which records in the child (shipping address table) to update?
The data consistency is maintained by comparing and synchronizing BOTH tables in the relationship. Then the data in the target database will be exactly identical to the data in source.
Many Thanks
Eddie
Add comment
Please sign in to leave a comment.
On the data compare - we find that the City PKs are out of sync between the master copy and the environmental copy. So we use data compare to identify and update the City table. For example, city #21 is Houston, Texas in the master but is Anchorage, Alaska in the env. copy. Data compare recognizes this and creates an update script which updates the city table. But now all the shipping addresses in the env. copy that referred to Anchorage now refer to Houston.
Is there any way to have data compare to evaluate which records in the child (shipping address table) to update?
Thanks