Depends on what you want to do with the data once it's in records. If you're going to just read it back out, best to use the file stream database and let the OS worry about records for you.
A better way, though, would be to parse the file on the way in, and build records as you go. If you want a new record, you have to create it explicitly. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
