Hello,
I'm new to Sync Framework and now I'm investigating on its features.
In my test app I have implemented synchronization between SQL CE and SQL Express using SqlSyncProvider and SqlCeSyncProvider. The synchronization is done using SyncOrchestrator class. First of all, I'd like to modify my
code so that only inserts and updated should be synced between client and server. Deletes in client or server database should not be synced.
I wonder how I can do this? Should I use custom sync provider classes, or some custom SQL script? Please help me with this problem.
Thanks.