Arctic Wolf
2003-07-22 15:43:40 UTC
I'm using FreeBSD 5.1, PRC-Tools 2.2, Palm OS SDK 4.0 plus update.
I'm trying to set the database attribute so that it'll backup during sync.
UInt16 attributes;
dbID = DmFindDatabase(memCardNo, dbName);
DmDatabaseInfo(memCardNo, dbID, dbName, &attributes, NULL, NULL,...
attributes |= dmHdrAttrBackup;
DmSetDatabaseInfo(memCardNo, dbID, dbName, &attributes, NULL, NULL,...
This doesn't work.
The database isn't in c:\Program Files\Palm\User\Backup\
As a matter of fact, the command
attributes |= dmHdrAttrBackup;
has no effect on the value of the variable attributes.
Is there an easier way to obtain a database file created on the POSE?
I'm trying to set the database attribute so that it'll backup during sync.
UInt16 attributes;
dbID = DmFindDatabase(memCardNo, dbName);
DmDatabaseInfo(memCardNo, dbID, dbName, &attributes, NULL, NULL,...
attributes |= dmHdrAttrBackup;
DmSetDatabaseInfo(memCardNo, dbID, dbName, &attributes, NULL, NULL,...
This doesn't work.
The database isn't in c:\Program Files\Palm\User\Backup\
As a matter of fact, the command
attributes |= dmHdrAttrBackup;
has no effect on the value of the variable attributes.
Is there an easier way to obtain a database file created on the POSE?