Jump to content

Files in Windows mobile


Guest khalid

Recommended Posts

Guest khalid

Hi

I am creating an application using Windows Mobile 5.0 and .net Compact framework 2.0. I need to store certain data locally. It should be safe from user manipulation directly and only should only be changeable from the application. Please suggest how and where should I store the data??

Thanks

Khalid

Link to comment
Share on other sites

Guest rogueqd
Hi

  I am creating an application using Windows Mobile 5.0 and .net Compact framework 2.0. I need to store certain data locally. It should be safe from user manipulation directly and only should only be changeable from the application. Please suggest how and where should I store the data??

Thanks

Khalid

<{POST_SNAPBACK}>

Depending what the data is you could write it to the registry, or use a SQL database.

Link to comment
Share on other sites

  • 4 weeks later...
Guest Tech

going to SQL is not the way unless you REALLLY need to - there will be other ways of doing this such as encrypting and storing it into a file and making the file perhaps hidden

Remember your application must be able to check if the file exists and handle encryption/decryption if you wish to do this and handle the possibilty of the file not existing/user tampering with the file causing invalid decryption

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.