How to synchronize data in Pocket PC and main database


The main objective of the article is to present how to synchronize the data in the pocket pc database and main database using Pocket PC Emulator and Web Service in Dot Net.

The program mainly gives the basic framework which is needed to sync the two systems,the user needs to build the necessary user interface and other classes as per his/her requirements.

The following are the basic things to be done to make the program running:

  1. Create webservice and expose the methods which are being called in the pocketPC application.

  2. Create UI in .Net to consume the methods that are exposed in the BL layer.

  3. Add user specific queries to the methods in the db layer.


Similar Articles