thank you bob for your but still i am not able to write into 
the database i have also tried with following code

                                
aptr=MemHandleLock(newrecord);
length += StrLen(a.Name);
DmWrite(packed,0 ,&a.Name,length);
length += 1;
DmWrite(packed,length,"\0",1);
length += 1;
DmWrite(packed,length ,&a.notes,StrLen(a.notes));
 MemHandleUnlock(newrecord);
                                
-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/

Reply via email to