Click here to Skip to main content
15,890,282 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I am doing an application in which I have some Windows Mobile devices which will synchronize with main database (Server) once a day using WCF Sync. For most of the tables in the client, the data is coming from the server, and later on only updates on those rows will be synchronized with the server.

Now the problem I'm facing is that I have a table in which data will be added throughout the day on each client database. But with those new rows on each client databases I have not been able to synchronize, because the primary key identity fields are going to be same on each client table. When they are synchronizing it will be fine for the first client, but what about the second device? Can anyone please help me to sort out this issue?
Posted
Updated 7-Sep-12 23:42pm
v3

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900