On Sun, Jul 07, 2002 at 03:12:46PM -0300, R�gis Daniel de Oliveira wrote: > Thanks Colin, I'll create a index DB that will have that thing that you > told-me. > > Now, I'm with another quertion. O don't want to transfer the Index DB during > a hotsync operation. Is there anyway to create this sorted DB directly on > PALM, at runtime?
You can create a database directly on the Palm, using the Data Manager API. Btw, probably you don't even need a second DB for the index, but simply a record in your primary DB to store record indexes stored after the desired column order. Then you can load in memory the index record and use binary search to find the proper record index. Marco -- ======================================================================== Marco Pantaleoni [EMAIL PROTECTED] Padova, Italy [EMAIL PROTECTED] elastiC language developer http://www.elasticworld.org -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
