Jim Billmeyer wrote:
Does anyone know of a good VFS lib to read pdb files that are stored in the VFS storage area? The lib would need to leave the pdb in the VFS and not import it back into the Palm's internal memory for performance reasons.

The VFS Manager includes two functions that could help you read a PDB: VFSFileDBGetRecord() and VFSFileDBInfo().

I've used them and they work fine.  One issue you might run into is that
the OS provides no caching, so if you read the same records over and over,
you'll probably want to build your own caching layer on top of
VFSFileDBGetRecord().

  - Logan

--
For information on using the Palm Developer Forums, or to unsubscribe, please 
see http://www.palmos.com/dev/support/forums/

Reply via email to