Hi! I have a query function in my app'n, that would search through my database and display it on a table. This is how I plan to do it: - loop through the db, find the records matching the query criteria and count the number of rows needed for the table - loop through the db again and display the matching records But I'm afraid this would take a lot of resources in my palm (I have a lot of records) and that wouldn't be good. Could anyone provide an alternative solution? Any help would be much appreciated. Thanks in advance! Oscar -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
