I'm writing a simple vector drawing program. I need the ability to store and retrieve multiple drawings. Each drawing has simple entities (lines, arcs, etc.) that are stored in vector format.
I've been going under the assumption that each drawing would be a Database and that each entity in the drawing would be a Record. So, if the user has 5 drawings stored on the device, there would be 5 Databases (one for each drawing), and each Database may have any where from a couple dozen to several hundred records (one record for each line, arc, etc.). But, I'm starting to think I'm way off base in the way Databases and Records are intended to be used. I.e., that I should have a single Database associated with my App, and that each drawing corresponds to a single Record. E.g., if the user has 5 drawings stored on the device, then there would be 5 Records in the one Database. Is this more in line with how Databases and Records are suppose to be used? Thanks! Rich -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
