You can have a large 4MB database.
With that many records, though, it will take forever to HotSync. I have 4MB
databases that HotSync in ten minutes or so, but they only have about 100
records.
You also take an overhead hit. Each record will add eight bytes to your
database header, so you're looking at an extra half meg for the database
header.
Try and restructure your database to increase the size of the records. With
that large a database, you probably want a 2KB or 4KB record size.
Regards,
Steve
-----Original Message-----
From: Logie Urquhart [mailto:[EMAIL PROTECTED]]
Sent: Friday, June 09, 2000 10:41 AM
To: Palm Developer Forum
Subject: RE: Database size limit
Am I going to be able to have one database 4mb big containg 83,886 records
each 50 bytes big, or I am going to have several databases each n k big
conating x number of records?
-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of
[EMAIL PROTECTED]
Sent: 09 June 2000 14:58
To: Palm Developer Forum
Subject: Re: Database size limit
Each record may contain up to 65505 bytes.
Number of records is UInt16; beware that scrollbars
operate with Int16, i.e. twice as less.
Ivan
--
For information on using the Palm Developer Forums, or to unsubscribe,
please see http://www.palmos.com/dev/tech/support/forums/
--
For information on using the Palm Developer Forums, or to unsubscribe,
please see http://www.palmos.com/dev/tech/support/forums/
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/