LionScribe...
Does the ZLib library come with the standard SDK, or is it an add-on? I don't find it in my standard documentation set.
Thanks, Erik
Also, what a huge amount of wasted overhead, I believe around 18 bytes per record. (18 * 30000 = 540,000). Try using DmDatabaseSize and see the difference between the totalBytes and the dataBytes. I would suggest combining 200 words per record, and storing the offset. Also, with Databases that size, it would be more appropriate to use compression, try using the ZLib library to compress each record (of 200 combined).
LionScribe
-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
