> I would like to read all the bytes of a Palm database
> (let it be either a .PDB or a .PRC), not only the
> records/resources but the whole!

A database in memory is basically an array of chunks, one for each record or
resource. It isn't stored as a "file". However, a database in memory can be
flattened into a stream of bytes using ExgDBWrite. This byte stream can be
reconstituted into a real database using ExgDBRead.
--
Danny @ Palm

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

Reply via email to