Hello. I would like to know if I must to free memory when I do a "DmQueryRecord".
Nope. Just unlock the handle when you're done. DmQueryRecord gives you the real handle that's used in the database to point to the item, so trying to free it will either not work or damage the database's structure.
-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
