On Thu, 21 Nov 2002 10:41:48 -0600 Ben Combee <[EMAIL PROTECTED]> wrote:
> At 17:14 2002-11-21 +0100, you wrote: > > i need to store 30000 records in a pdb. Each record has an unique 15 > > chars id, > > which is also used as the sorting key. > > > > Can i store it in a single pdb or it's better to split it? > > You can use a single PDB, but it would be a very good idea to combine > multiple records into a single Palm OS record. If you don't, then your > HotSync times will be outrageous. That's true. i think i'll keep track on the modified records on the host machine and only transfer those who had been modified since the last sync. Luckly the Palm doesn't need to alter them. 30000 records is quite near to 2^15 or Int16, which is the limit on the lists, AFAIK. How am i supposed to break the barrier? -- Alessandro Zummo, Tower Technologies - Turin, Italy -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
