The StoreDatabase example demonstrates how to use DBMS in Symbian os.
This GUI based example uses CEmployee class to store necessary employee information.
The DoCreateDbL() method creates a database..
The DoAddDataToDbL() method adds employee data to the created database.
The DoReadDataFromDbL() method reads employee information from the database.
The DoDeleteDataFromDbL() method deletes employee information from the database.
Click on the following link to download the example: StoreDatabase.zip
Click: browse to view the example code.
RPointerArray
, CFileStore, RDbStoreDatabase.