A
andreasviklund
Hi!
I am working on a Pocket PC application where I am supposed to store
data from a server on to the device. The data is collected via
ActiveSync in a xml-file and consists of between 5-10 relation tables,
requested from a SQL Server DB.
The idea is that the user collects data from the server when he is
online, and then goes offline to work with a customer or outside the
office. He/she should then be able to read, create and modify the
data/tables on the device. And when the user gets back to the office he
goes online and syncs the data using ActiveSync.
My question is, what is the best way to store this type of data on a
Pocket PC device? Any suggestions? I could not use SQLCE, which
otherwise would be a simple solution. I was thinking of using DataSets
and XML-files but I am not sure if that is a good solution, and fast,
when I am working with several relation tables. The xml-file would then
be collected from ActiceSync, and when the PocketPC-application starts
the data in the XML-file is loaded into a DataSet, and the user could
then modify the data there, and when done, the dataset is saved back to
the XML-file.
Any other suggestions on how to solve this problem?
Best Regards
Andreas Viklund
I am working on a Pocket PC application where I am supposed to store
data from a server on to the device. The data is collected via
ActiveSync in a xml-file and consists of between 5-10 relation tables,
requested from a SQL Server DB.
The idea is that the user collects data from the server when he is
online, and then goes offline to work with a customer or outside the
office. He/she should then be able to read, create and modify the
data/tables on the device. And when the user gets back to the office he
goes online and syncs the data using ActiveSync.
My question is, what is the best way to store this type of data on a
Pocket PC device? Any suggestions? I could not use SQLCE, which
otherwise would be a simple solution. I was thinking of using DataSets
and XML-files but I am not sure if that is a good solution, and fast,
when I am working with several relation tables. The xml-file would then
be collected from ActiceSync, and when the PocketPC-application starts
the data in the XML-file is loaded into a DataSet, and the user could
then modify the data there, and when done, the dataset is saved back to
the XML-file.
Any other suggestions on how to solve this problem?
Best Regards
Andreas Viklund