At 04:44 PM 5/16/2004, you wrote: > >If not, I would be happy to use any other tool. All I want to do is create >a 1MB database that is full of ASCII. I want each record to be about 65536 >bytes in size and for the data to be essentially contiguous through the >records. Is there an easier Linux or Windows tool to do this?
For ease of processing, if you are using ASCII records, then end each PDB record at the end of an ASCII record, and keep the PDB record length below the limit.
Furthermore, to avoid obscure "UInt16" vs "Int16" problems, you might want to keep the PDB records below 32KB.
Roger Stringer Marietta Systems, Inc. (www.mariettasystems.com)
-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
