> It is ok to use the category field to store the type > of database record?
As Matt said, this is fine. I've done it myself. But there are performance trade-offs. Filtering out one category means skipping over all the other records. OTOH, using separate databases increases the size of the system's database table, making it slower to find databases. In most cases you'd be fine either way. -- Danny @ PalmSource -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
