Find your PDA here
Knowledge Base
F
File Format Types | File Format Types |
|
Databases are typically imported into handheld devices when a user performs a HotSync ® operation that installs an application. When a database is imported into a Palm Powered handheld, the Palm OS converts the database into standard Memory Manager objects. The Memory Manager tracks the size of each record or resource, and thus adds memory overhead; this means that the size of a database on the device is larger than its size on the desktop computer.
Files with a pdb or pqa extension are record databases. Files with a prc extension are resource databases. Please note, however, that the filename and extension on the desktop do not determine the name or type of database created on the handheld. The database header information inside the file determines a database name and type. Palm Database (PDB) Files
Palm Resource (PRC) FilesA Palm resource file contains a different type of data (resources instead of records), but has an almost identical structure to a PDB file. Palm OS applications are resource databases. A Palm OS application contains code resources as well as user interface resource elements. Palm Web Clipping Application (PQA) Files
Resource databases contain resources, not records; however, in some places the documentation and structure types use the term record generically to refer to the individual data entities stored inside of databases, including resource databases. |