what happens if I do DmRemoveRecord(mydb,0) ?
record #1 is then #0 and so on, or it remains #1?

so to erase a buch of records i do:
for(rec=begin,rec<end;rec++)
         DmRemoveRecord(mydb,rec);
   or
         DmRemoveRecord(mydb,begin);

or is there a faster way to do this??

the doc isn't clear about this.

(or maybe I haven't searched enought :) )

bye.

Ingo Claro Fox
[EMAIL PROTECTED]

----------


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