Hi, i'm new to Microsoft Sync Framework and trying to synchronise an sqlite db with sql server 2008 and so fare I read about it on the following websites:
http://sqlite.phxsoftware.com/forums/p/1381/6011.aspx
http://www.codeproject.com/KB/smart/takedataoffline.aspx
in the first link someone created a provider that simply replaces the sqlce with sqlite and it works for the sample by SyncGuru (the last link), my attempt is to do a similar thing with SQL server 2008, which as I understand does not need extra columns for tracking changes.
Although I wish it could be as simple as in this example it appears not to be. Any hints/guidance is appreciated
UPDATE: from what I heard there's no need for tombstone tables, extra columns or triggers.