> From: Low Pui Kuen [mailto:[EMAIL PROTECTED]] > int size = StrLen(Mod); > h = DmNewRecord(dbPtr,&Index,sizeof(size + 1)); > DmWrite(ptr, 0 ,(const void *)&Mod , sizeof (size + 1) );
You are creating only a 3-byte record. Do you see why? -slj- -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
