Hai all
Thanks for replying
As daneil suggest the solution, I checked all the MemHandleLock and corresponding Unlocks, DmReleaseRecord and DmGetRecord, all were matched properly.
i have followed the these steps still i am getting the same error message.
Can anybody tell the solution for this
Regards,
Sanjib
On 3/10/06, Daniel Seifert <[EMAIL PROTECTED]> wrote:
The error message already says it all: you have a locked record in a database that you already closed. Check your source to see whether your MemHandleUnlock calls on records match the MemHandleLock calls.
While you are at it, you should also make sure that you call DmReleaseResource for any DmGetResource call and DmReleaseRecord for any DmGetRecord call.
Daniel
--
For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
-- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
