276K in total is not a problem. Each of the record has only 138 bytes, which is well with in the limit.
Did you have problem when you were trying to read all the data into the dynamic heap? Or you had problem when you were trying to read just any ONE of the record? If it is the first case, you need to work around it. If it is the second case, you have a programming error. Max --- Rania Saymeh <[EMAIL PROTECTED]> wrote: > actually my table has 2000 records...if each is 138 bytes...that will make > it around 276K....I remember reading somewhere about 64K chuncks...is that > related? and why i think it has something to do with the size is that it > works with a smaller number of records....any ideas? > > > > ----- Original Message ----- > From: Dave Lippincott <[EMAIL PROTECTED]> > To: Palm Developer Forum <[EMAIL PROTECTED]> > Sent: Thursday, January 10, 2002 9:59 AM > Subject: Re: database tables > > > > You're well within any size limitations so it shouldn't be an issue. I'd > > check your code. Maybe try stepping through the code to find which line > > crashes. > > > > ----- Original Message ----- > > From: "Rania Saymeh" <[EMAIL PROTECTED]> > > To: "Palm Developer Forum" <[EMAIL PROTECTED]> > > Sent: Thursday, January 10, 2002 8:27 AM > > Subject: database tables > > > > > > > hi, > > > I've got one table in my DB that has at least a 1000 records, each > records > > > 138 bytes...if I try to retreive anything from my table my application > > > crashes giving me a fatal error. and I'm guessing it has to do with the > > size > > > of my table...what would be a solution to fix this if I wanna avoid > > > splitting my table into several tables...is there any other way you can > > get > > > around this? thanx! __________________________________________________ Do You Yahoo!? Send FREE video emails in Yahoo! Mail! http://promo.yahoo.com/videomail/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
