Palm OS Databases (Cont.)
Working with Palm OS Databases and Records
The following APIs dealing with basic database functions:
DmCreateDatabase( dbCard, DBName, CreatorID, DBType, false )
DmFindDatabase( dbCard, "MyCoolestDB" )
DmOpenDatabase( dbCard, dbID, mode )
DmOpenDatabaseByTypeCreator( DBType, CreatorID, ... )
DmCloseDatabase( db )
DmOpenDatabaseInfo( db, &dbID, NULL, NULL, &dbCard, NULL )
DmDatabaseInfo( dbCard, dbID, NULL, &attributes, NULL, ... )
DmSetDatabaseInfo( dbCard, dbID, NULL, &attributes, ... )
The following APIs are more specific to DB information, error codes, etc.:
The following APIs dealing with content of records:
The following APIs dealing with attributes of records: