Jenni, >what's the maxium size of a pdb record? >2^16 - <record header size> = 2^16 - 8? (it didn't work for me, why?)
The 8 byte header size is only for the desktop version of a PDB record. On the device, the internal format can vary by OS release and isn't publicly documented (AFAIK). If memory serves me correctly, the lowest figure is about 65,470 bytes but I think all releases since OS 3.0 have been 65,505 or so. I usually just constrain data to stay under 65,400 to avoid any potential problems. YMMV, Doug -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
