What would be the best way to do the following?

I have 3 databases, and they are essentially "linked" by my storing the
Unique ID of the main database record in the 2nd database record, and the
Unique ID of the 2nd database record in my 3rd database record.

I did it this way because when I delete a record from a database higher up
on the heirarchy, I can delete the records in the other databases below it
that are linked.

This is the first time I've attempted this, so any insight would be greatly
appreciated.  (functions that would be needed, possible problems to be
avoided, etc.)  I realize I'll probably need to sort through the records
somehow and probably retrieve the indexes and delete them in sequence....
but I've never started on this yet.  Is there a better way?

Thanks,

--

Tim Astle



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