Due to T5 memory organization, you lose an average of 256*n bytes on a database, where n is number of records.
So the only solution is to decease num. of records in database.
Mikhail Barashkov



Thanks Mikhail,

In my case the loss is linear as you suggested, but it is about 494 bytes per record. Can it be really that bad? Is there anything other then reducing the number of records that can be done?

Jim B

Yes,
the formula I gave is built on assumption that record size is a random value.
Otherwise, you'll lose (512-record size)*n bytes on a database.
Mikhail Barashkov


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

Reply via email to