Hi, I have ecountered one error code : slk(0003) but not able to figure out
the problem. The error is generated from a database when i retrieve records.
The snippet codes:

for(int i=0; i<total; i++)
{
policyInfo.GetRecord(g_policyInfoDB, i, &r, &h);  // Error start from here

if(err)
{
ErrAlert(err);
MemHandleUnlock(h);
break;
}
......
}

Does anybody have the idea??? Pls do help. Thank you in advance!



-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/

Reply via email to