I use the dmdelete function to delete the records in my database but i think that the records are only assigned to deleting becouse whem i navigate from the records i receive an error and my plam reset. My question is. When i finish to delete a record in my database i need to rebuild it of any way ?
Use DmRemoveRecord to completely remove the record. DmDeleteRecord marks it for deletion and removes the chunk of data attached to the record; it's designed for databases that are HotSync'd using a conduit where you need to be able to track that a record was deleted on the device by the user.
-- Ben Combee, senior DTS engineer, PalmSource, Inc. Read "Combee on Palm OS" at http://palmos.combee.net/
-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
