Ralph Curtis a �crit :
> Must be some other problem in the code. I do this all the time with no > problems. are you sure that your database localID is correct?
It remains unchanged throughout the process, just like the dbRef. I assume there's something I do while processing the DB that causes this problem when I delete the DB. But waht does Free Handle mean?
The "Free handle" message comes from using a handle that's already been freed. A common problem when dealing with databases is to free the handle that you get from DmGetRecord, rather than releasing it; this error shows up when the handle is validated, something that occurs before it's freed. It could also happen if the same handle is attached to multiple records in the DB.
-- Ben Combee, Technical Lead, Developer Services, PalmSource, Inc. "Combee on Palm OS" weblog: http://palmos.combee.net/ Developer Fourm Archives: http://news.palmos.com/read/all_forums/
-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
