"Vitaly_Romanishko" <[EMAIL PROTECTED]> wrote in message
news:69389@palm-dev-forum...
>
> Hi,
> when I access Saved/Unsaved  Preferences database
> traditional way:
>
> dbID = DmFindDatabase(card, "Unsaved Preferences");
> nonsavedDB = DmOpenDatabase(card, dbID, dmModeReadWrite);
>
> it does not allow me to update/delete records.
>
> How can I delete records in Saved/Unsaved  Preferences database?

Note: the prefs databases are resource databases, not record databases.
You use the DmResource-related calls.  However, as Danny said, you can
do almost everything with Pref calls, so those are preferred.



-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to