"Hays, Jonathan (GE Infrastructure)" <[EMAIL PROTECTED]> a �crit dans le message de news: [EMAIL PROTECTED] >Hi Rob, >We've been hit _hard_ by it too. At this point, the only real workaround >is to change your architecture to use the >file streaming API. One >suggestion is to throw your data sequentially into a file and create a >header that points to >where the individual record data is in the file. >You can then create a wrapper to let it access it like the DB API. > >However, that really only works well if your data is read only. If you >have to do a lot of inserting and resizing of >data, then you're kind of >stuck. > >Sorry to bear bad news, > >-Jon
What I would do is put many indexes in one record instead of one index by record. Just be sure to keep your record below the 512byte threshold. With a small swapper your application would see no difference. Lets say for example that you put 100 indexes in each record. If you call the wrapper with index 123 for example, it would get index #23 in the record #2 -- Regis St-Gelais www.laubrass.com -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
