how to delete the DBS_100065FF_Contacts.cdb?
thanks!!!!!!!!
how to delete the DBS_100065FF_Contacts.cdb?
thanks!!!!!!!!
Where is it located at ?, is it your own file ? and have you tried functionality provided by RFs already ?
Hi,
If you just want to reset the db then a possible way is to open the database by the Symbian OS Database API (RDbs, RDbNamedDatabase), then clear all the db records, not tried but in theory it should requires only ReadUserData/WriteUserData capabilities.
There is an example in the following post shows how to use RDbNamedDatabase to read/write the db files managed by the database server (UID 0x100012a5).
http://discussion.forum.nokia.com/fo...l=1#post700679
Regards
Ziteng Chen
Hi,
"No you didn't listen to me. I'm not asking anyone to read/write the file directly, actually the secure database files are managed by DBMS server (UID 0x100012a5) so it is absolute possible to access the database by Symbian OS DBMS API (client API like RDbs, RDbNamedDatabase, etc), the capabilities required are totally depends on the secure policies defined by the specific database. It just like you can use CRepository to access Central Repositories whose data files are stored in the private folder of the CenRep server (UID 0x10202be9)."
The words above are copied from the following thread:
"deleting notepad entries"
http://discussion.forum.nokia.com/fo...otepad-entries
Regards
Ziteng Chen