> What's faster to use to get every record in a given category?
> 1. I use DmSeekRecordInCategory
> 2. I go over every record and check if it's in the category?
Option 1 will be faster. Both scan every record and test the category. The
difference is that it can avoid the trap overhead, while if you write your
own loop, you have no way to avoid a trap for each record in the database.
In most cases, this is probably a minor difference.
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palm.com/devzone/mailinglists.html