schema changes -
06-16-2009
, 10:10 AM
Hi,
We have an application running on PDA (C#). (Mobile2005)
Each device uses a merge replication to get the good datas.
Sometimes, the transfer goes wrong (connection problem, .....).
So, we modified the application : on each transfer, we run 2 replications.
In the first one, the ExchangeType is set to send only, and in the second
one, to bidirectionnal.
The application has so no problem.
For the new version, I added 2 new tables, some columns, ...
Manually, on the server I ran a new snapshot. On the first synchronisation,
I can see 19 schema changes in the replication monitor (normal).
But the datas are never send to the subscriber.
Could somebody help me please. |