Hi all,
Can somebody throw some light on why this fails when nIterator reaches 12
nNumRec = DmNumRecords(AssessmentQuestionDB); // there are 90 records in
this database
for(nIterator = 0; nIterator < nNumRec; nIterator++)
{
recordHandle = DmGetRecord(AssessmentQuestionDB, nIterator);
recText = MemHandleLock(recordHandle);
MemHandleUnlock(recordHandle);
DmReleaseRecord(AssessmentQuestionDB, nIterator, false);
}
- Re: Why does this fail ?? Anonymous
- Re: Why does this fail ?? Holger Klawitter
- Re: Why does this fail ?? Mandar Joshi
- Re: Why does this fail ?? Aaron Ardiri
- Re: Why does this fail ?? Ivan Shiyan
- Re: Why does this fail ?? Jason Dawes
- Re: Why does this fail ?? Mandar Joshi
- Re: Why does this fail ?? Anonymous
- RE: Why does this fail ?? Anonymous
