Local data

  • Thread starter Henrik Skak Pedersen
  • Start date
H

Henrik Skak Pedersen

Hi,

I have a smartphone application which have to save data locally on the
phone. It is only about 5 tables with a maximum of 1000 rows.

What is the best solution for this?

I have been looking at SQL Mobile, but I don't like the size of the
redistributable.

Thanks
Henrik.
 
A

Arun

There is one SQLLite, I have no experience with this, but it is one
option for you if you are more concerned about memory.
But regardless, SQL Mobile is robust and supports replication which you
cannot expect on SQL Lite and the obviously there won't be any support
for SQL Lite.

http://sqlite.phxsoftware.com/

Other option is to use XML file to store your data.

Cheers,
Arun.
 
H

Henrik Skak Pedersen

Hi Arun,

Thank you very much for your reply. I will try out SQL lite and see how it
works out.

Thanks Henrik
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top