SQLCE db sync with Windows Mobile

S

Steve

I am writing a sample app to learn Windows Mobile development. I have
been able to get the app working in the emulator but now would like to
sync the data so it does not get reset on the next deployment to the
mobile device.

So, does anyone know of a tutorial that explains how this is done?
Also, if there is a better group to post this message to, let me know
as well.

Thanks,
Steve
 
G

Ginny Caughey MVP

Steve,

For just a sample app for learning purposes, change the properties on the
sdf file in your Visual Studio project so it no longer downloads a fresh
copy on each deployment. But for production use, you'd need to decide what
type of syncing you'd want to do as there are several options: merge
replication with SQL Server, Sync Services for ADO.NET (currently in beta
for devices), or RDA with SQL Server (still supported but a technology on
the way out.)

Ginny Caughey
Device Application Development MVP
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top