Ben Combee a �crit : > At 02:45 PM 11/17/2003, guillermo pacheco wrote: > >Which is the limit on the number of records in a palm database? > >I've seen the function "DmNumRecords" is defined as UInt16 So I suppose yhe > >limit is 32768. Is it possible to have databases with more records than this > >limit??
Actually, a UInt16 would let you think the limit is 65535 records. This was my belief until today :( > Actually, I think the limit is 16K records, as the DB index has to be > stored in a single 64K chunk, and there's a 4-byte pointer per index. -- Luc Le Blanc -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
