Praneet Rane

Praneet Rane

  • NA
  • 1.3k
  • 92.1k

Download Database for Offline use in Windows CE application

Feb 5 2014 8:36 PM

Hello All,

I am working on a Windows CE mobile device application and I want to implement solution to download the database to device (may be in XML file ) so that I can use it when system is Offline. Later once the system is online ,this offline data will be update to main database.

Scenario :

The Windows CE device application is communicating to database using webservices. The required functionality is :

1. For offline use- Functionality to Download database tables (Master tables to fill form fields).So user can download data whenever required.The downloaded data will be reside on the Device (like XML file etc.)

2. Update Data-When System is in offline mode newly added entries will save in XML files which are device and once system online it can upload the data in main database. 

Please suggest a solution ,

Thanks in advance .

Praneet