Check the error code returned by DmGetLastErr for the reason you could not
get the record.
-----Original Message-----
From: Alexey Dobriaev <[EMAIL PROTECTED]>
To: Palm <[EMAIL PROTECTED]>
Date: Wednesday, May 05, 1999 9:05 AM
Subject: Problem with Database
>Hi!
>
>I have next problem:
>I have database with 9 records (DmNumRecords(elDB) == 9)
>But when I try get any record from this database I have problem:
>VoidHand recHandle;
>
>recHandle = DmGetRecord(elDB, 0); //For example
>But after this I have (recHandle == 0)
>Why I cann't Get this record?
>
>When I work with other database I don't have any problems!
>
>WBR, Alexey Dobriaev
>ArgusSoft Company
>mailto:[EMAIL PROTECTED]
>
>