From: "Brian Atkins" <[EMAIL PROTECTED]> > > Should I put the trip data into a record database?
Yes--it's the easiest way to persist the information across program invocations. Some might suggest using only one Palm database record to store all your program records, but that's pre-optimization, in my opinion. Pick the simplest thing that could possibly work, and 90% of the time you'll be right. > and will never be synchronized, backed up, etc. Don't worry--it won't be. :) -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
