views:

10

answers:

0

Does anybody know when those __sync tables are created when performing synchronization between a SQL Server and a SQL Server CE?. I just set up the application that sets up the local and remote provider, and created all sync adapter commands (Insert, incremental Insert...) but when I call the Synchronize() method I get an exception. When I look at the tables I see that in the SQL Server CE database a __syncTransactions table is created, but the compiler tells me that __syncArticles is missing.

Thanks very much lads, hope at least I am not the only one with this sort of issue.