>Subject: Maximum record size??? >From: Igor Mozolevsky <[EMAIL PROTECTED]> >Date: Fri, 27 Jul 2001 19:31:21 +0100 > >everywhere I read, the maximum record size is specified as 'just a little >bit below 64K'. Why can't anyone just give an _*exact*_ figure, or how it >is determined??? PalmOS guys??? It seems to vary between versions of the OS. I'd recommend using 65,000 as a safe figure, but that means you have to be very, very careful never to accidentally use an Int16 when you should be using a UInt16. Therefore an even safer number is 32,767 Roger Stringer Marietta Systems, Inc. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
