The BlackBerry Desktop API has an IRimTable interface that apparently displays the “application database” on the BlackBerry device in a virtual structure (that is, IRimTable has IRimRecords, each of which has IRimField), which the developer can view the data on the handheld device when he connected to a desktop computer.
Meanwhile, applications in a handheld device can store their data in PersistenceStore databases. What I'm stuck with is the PersistenceStore API, which does not define any tables, records, or fields.
Does anyone know what is the relationship between these two classes? And how does mapping (if at all) work?
source
share