> I want to know who can facilitate me the sources of a routine to build
> indexes for my database in the Palm.

Palm OS "databases" aren't your usual relational database "databases".
They're basically just arrays of arbitrary chunks of data. You can sort the
records using your own comparison function. Then you can do binary searches
to find records. You can't have multiple sort orders without using a
secondary database that refers back into the primary one.
--
Danny @ Palm

-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to