I have developed a smart device application using SQL Mobile for data
storage. The data is modified from the application and sync with HO database.
The 2nd Phase of the application consist of customer enquiry from Pocket PC.
The data will be fetched from web service and stored on the device. The data
should be available to the PPC user in offline mode. The data won't be
modified on PPC and would be in readonly mode.
Creating new tables in SQL Mobile database for datastorage and retrieval is
the one of the option.
Other option is to store the data in XML files and retrieve the data when
queried by the user.
I am not sure of the pro's & con's in using the 2nd option....can anyone help