> ... is the statement that deleted records be
> put at the end of a database a "recommendation" rather than a Palm OS
> "Requirement"?
>
After a call to DmInsertionSort or DmQuickSort, your deleted records will be
at the end of the database. If you call DmFindSortPosition, it's binary
search routine requires that the deleted records be at the end.
Those are the only data manager routines that care where the deleted records
are.
Thus, the Memopad code sort of makes sense; if it's keeping the database
sorted, it inserts new records before deleted ones. If not, it just leaves
the deleted ones where they are.
Neil
--
Neil Rhodes
Calliope Enterprises, Inc.
1328 Clock Avenue
Redlands, CA 92374
(909) 793-5995 [EMAIL PROTECTED] fax: (909) 793-2545
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palm.com/devzone/mailinglists.html