Thanks for the response Michael.
This is very unfortunate. It seems that merge replication is not well
suited to applications that are not 100% stable and have a large
number of clients that push changes back to the publisher.
Another post in sqlserver.ce reads:
There is currently no way to open a SQL Server CE database on the
desktop. This is a common request, and is being evaluated for future
versions of SQL Server CE. Some customers have reported successfully
using the emulator running on a desktop as a workaround.
The easiest way to bring down the data from SQL Server is to use
Replication or RDA. Please check the connectivity sections of the
Books Online, or any of the samples that use connectivity.
So I guess I will write another application that uses RDA to pump the
tables to the server so I can manipulate them from there.
On Mon, 03 Nov 2003 12:38:15 GMT, v-yshao@online.microsoft.com
[quoted text, click to view] (Michael Shao [MSFT]) wrote:
>Hi Michael,
>
>It seems that some users do not synchronize and upload the data before the
>changes happen. This situation is terrible. Based on my experience, the
>data will be lost. There is not a recommended method to synchronize the
>data automatically with replication. Generally, if we can find the lost
>data, we can only insert them into the publication manually.
>
>I searched a lot on the web and wanted to find a tool to get the data out
>of the sdf file. Unfortunately, I was unable to find such a tool. However,
>I think it is possible to transform the data from the sdf file to desktop
>via programming.
>
>Thanks for using MSDN newsgroup.
>
>Regards,
>
>Michael Shao
>Microsoft Online Partner Support
>Get Secure! -
www.microsoft.com/security >This posting is provided "as is" with no warranties and confers no rights.