I need assistance to prevent my database from being stored as backup.  I 
unchecked the Set Backup Bit in mytarget Settings, but that does not seem to 
work and the pdb file is getting stored in backup.  I tried to remove the 
backup bit through the following code, but still the pdb file is getting stored 
in the user machine…

DmDatabaseInfo(cardNo,addrdbid,NULL,&attributes,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL);
  attributes &= ~dmHdrAttrBackup; 
DmSetDatabaseInfo(cardNo,addrdbid,NULL,&attributes,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL);

Is there a way to avoid the database being backed up?  Please let me know.

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

Reply via email to