Data Synchronizing with Active Sync

  • Thread starter Thread starter Antoo
  • Start date Start date
A

Antoo

Hi,
I'm new embedded development and synchronization.
Is it possible to synchronize the databases between the
device and desktop by using Active Sync. I use SQL CE 2.0
and SQL 2K. When the device is cardled I want to sync the
data between the two databases automatically. Moreover I
want to filter the data to pull from desktop to device.

Thank.
 
There are also ways of synchronizing without ActiveSync.
If the device has a network connection you could use a
web service to send and retrieve data from a SQL database.
I think there is also a way to do it with merge
replication.

Good examples in the articles at
http://smartdevices.microsoftdev.com/default.aspx

Best Regards,

Joe Audette
 
Back
Top