I writing a PalmVII wireless sync application, I need to get all 
(ToDo,Address..)records information(include records have been deleted before sync ), 
when I use next code, it will have 'dmErrRecordDeleted' error, can you tell me what 
should I do to get records information that have been deleted?

recNum=DmNumRecords(dbP);
for(;i<recNum;i++)
{
   voidHand = DmQueryRecord(dbP,i);
   .......
   .......
}




___________________________________________________________________
��������Ƶ���������£���Ҫupdate�����ж�����
http://news.163.com


-- 
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