标签: microsoft-sync-framework
是否可以使用MS Sync Framework在不同的数据库中同步不同的表(具有完全不同的结构),假设其中一个表具有主键,另一个表是唯一索引,其值与第一个表的PK重合(但是不能晋升为PK)?列名也可以不同。
答案 0 :(得分:4)
应该可以,看看这些系列的帖子:
Part 1 – Upload Synchronization where the Client and Server Primary Keys are different
Part 2 – Bidirectional Synchronization where the Client and Server Primary Keys are different
Part 3 – Synchronizing tables where Client and Server Primary Keys are different