Hello,

some of my betatesters complained, that my DocReader failes on opening
PalmDocs, which are stored in the FlashROM (they use TRGs FlashPro).

What could the problem be?

I use the following to open the database:
DigiBook = DmOpenDatabase( 0,dbIDs[aktBook], dmModeReadOnly );

and I get my records via
DmQueryRecord(dbid, index);

There is no DmGetRecord and no DmReleaseRecord.
When debugging my application, i used the memmngrstructure switch in
pose, so i don't even write directly to the databasestructures.

Does anybody have an idea where to look for the problem?

bexxx

Reply via email to