All the involvement of SQL makes no sense in a simple embedded
application which is performing associative lookups or ISAM type access.
 Look at perhaps using DBM or its derivative or something like C-Tree or
another B-Tree method.

In mimimal applications we have used AVL trees with success.  The code
footprint is tiny, the performance lightning fast and the application
very robust.  I can give you some code if you are interested.

Simple is better.

Clay Dowling wrote:
> Sarah wrote:
> 
>>Hi, all
>>After trying SQLite on my embedded platform, I feel that it's a little too 
>>complicated and time-consuming to my platform, especially the parsing.
>>So, could someone recommend several ISAM ones to me?(I'm a newbie of 
>>database*^_^*)
> 
> 
> I can recommend Berkeley DB from Sleepycat Software.  It's very high
> quality, however it's not cheap to license for a commercially sold
> application, and it doesn't pretend to have any relational features.
> 
> If you're just looking for a way to read key-value pairs from a
> database, I have a nice little library I could share with you which sits
> on top of an SQLite database.
> 
> Clay Dowling


-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to