G
Guest
Hi
We have been analyzing/evaluating various options for data access on a PPC application. We are developing the app in C# and the database will be in SQL Server. Now we are staying away from web services because of configuration issues and that decision is almost finalized. We cannot store the data on the device in XML format because the size of the data can slow down the functioning of the app
So the idea being discussed now is to store the data in a binary format and use that to create datasets and access the data. Our clients (home care nurses) will be working mostly offline with our app, so they should be able to use the app without any hiccups
Well, the question is whether this is possible and how can we handle the serialization/deserialization of data
Please provide your input/suggestions/ideas..
Thanks and regards
Raj
We have been analyzing/evaluating various options for data access on a PPC application. We are developing the app in C# and the database will be in SQL Server. Now we are staying away from web services because of configuration issues and that decision is almost finalized. We cannot store the data on the device in XML format because the size of the data can slow down the functioning of the app
So the idea being discussed now is to store the data in a binary format and use that to create datasets and access the data. Our clients (home care nurses) will be working mostly offline with our app, so they should be able to use the app without any hiccups
Well, the question is whether this is possible and how can we handle the serialization/deserialization of data
Please provide your input/suggestions/ideas..
Thanks and regards
Raj