Andy Black <[EMAIL PROTECTED]> wrote:

>     UInt16 index = 0;
>     
>     recordHdl = DmNewRecord (gDataBase, &index, 1);

Here's your trouble. You are always over-writing record 0 in your 
database. Instead of 0 you should use dmMaxRecordIndex; this will cause 
the new record to be appended to the end of the database.

--
Roger Chaplin
<[EMAIL PROTECTED]>

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

Reply via email to