Reply by Buddy Smith April 3, 20062006-04-03
Henrik [6650] <henrik8381@ofir.dk> wrote:

> Could someone advice on what I could do in my ARM7 project? How do you > handle data? Is there any good embedded databases around for this purpose?
For databases, I like sqlite. It's public domain and very lightweight. (www.sqlite.org) ttyl, --buddy
Reply by Henrik [6650] April 3, 20062006-04-03
Hello experts,

I am using ARM7 for a project that needs to handle about 1 MB of  systemdata
and 1MB of logdata stored in a dataflash.
I have been used to the database API in Windows CE, and have always found it
very useful for smaller systems.

Could someone advice on what I could do in my ARM7 project? How do you
handle data? Is there any good embedded databases around for this purpose?

I am reluctant to start writing some sort of simple datastorage myself,
because I don't like to reinvent the wheel.

Thanking you all in advance.


Henrik