> Is it possible to open and read an exiting PRC or PDB as a stream, using the > function "FileOpen" ?
As Ben said, the short answer is "no". However, you can convert a Palm database into a "flat" stream of data, which could then be stored in a file, beamed, etc, using ExgDBWrite. You pass ExgDBWrite the address of a callback function. This callback will receive chunks of data to write out. It can do whatever it wants with them though. -- Danny @ Palm -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
