-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
I'm working on an application that comes with a 1MB+ dictionary database
that is just a bunch of static data. I'd like users to be able to either
put it in RAM or on an external card. According to the PalmOS docs, I
can use VFSFileDBGetRecord() to deal with the database on the card
almost like it's local, but I need to look through the whole DB quickly
and often. The docs say that it's an inefficient way to do things, so
what is a better option?
- Re: large amounts of static data on external card Eric Allen
- Re: large amounts of static data on external card SLO Revo News
