I followed the tutorial "Tutorial: Synchronizing SQL Server and SQL Server Compact" (http://msdn.microsoft.com/en-us/library/ff928494.aspx) everything worked fine.
After the last step, when I want to add an new row in the client database (dbf database file) I receive the following error "The number of columns in the query and the table must match. [ Number of columns in query = 3, Number of columns in table = 6]"
I know that the synk framework has inserted Sync columns at the end of the tables I want to edit on the client device, but do I have to manage these columns ? And if yes, what must I exactely fill in these cols ?
Thank you in advance for your answer
J-D Gasser