Hi,
You have to write a custom activesync provider to accomplish ur task. Custom
providers can be written only evc++.
Check out the following link for detailed description into programming
activesync providers
http://www.msdn.microsoft.com/librar...asp?frame=true
u can also use features provided by sql server ce like Remote Data Access
(RDA) and Merge Replication or web services for synchronizing data
Girish.
"Antoo" <(E-Mail Removed)> wrote in message
news:065e01c3a507$2f60e820$(E-Mail Removed)...
> 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.