From: "BrownB" <[EMAIL PROTECTED]>
> Hello, I'm looking for some infos about working with database, 
> to understand what's the best way to store informations, for 
> example how to use UniqueIDs and record indexes. 
>
Read the manuals carefully, borrow or buy a book on Palm OS
coding and read that as well.  Then look through some sample
code.

> First of all: when I Delete a record, what's about that record's index?
>
The index is just the position of that record within the database.  As
the documentation states, when a record is deleted the index of all
following records will be reduced by one.  Your best bet, as with
relational databases, is to identify and store a unique identify for 
each record.

Chris Tutty


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

Reply via email to