Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有使用标识列作为外键的标题和详细信息表。在客户端和服务器之间进行同步时,有一种方法可以从服务器获取标头标识列值并在服务器的详细信息表中更新它。我正在尝试消除服务器和客户端中的重复错误。
我将避免在同步中使用标识列...如果您要更改密钥以避免 PK 冲突,那么您将遇到另一个问题,即确保在所有副本上级联相同的更改。
查看这些博客文章,了解有关 Sync Framework 中 PK 的一些变通方法:
上传同步 客户端和服务器主键不同的地方
第 2 部分双向同步,其中客户端和服务器主键不同
第 3 部分同步客户端和服务器主键不同的表