on 7/28/03 2:49 PM, Régis Daniel de Oliveira at [EMAIL PROTECTED] wrote:
> 2) Permanent exclusion of a specified record.

If you mean deleting the record from the database, there are 2 functions
that you can use, depending upon what other concerns you may have in your
particular case...

DmRemoveRecord() -> removes record & chunk from database - useful if you
don't plan to sync the database to the desktop yourself with a conduit, or
for records which have never been synced to the desktop.


DmDeleteRecord() -> leaves the record chunk in database - useful if you plan
to have a conduit, and sync to a desktop database, giving you a way to
identify records which need to be removed from the database on the desktop.
The conduit would then call one of the HotSync Manager APIs to remove these
records completely from the database on the handheld.



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

Reply via email to