StoreDatabase Example Overview

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.

Download

Click on the following link to download the example: StoreDatabase.zip

Click: browse to view the example code.

Usage

Commands are given to the example through its menu option.

The menu option consists of:
  1. Create DB

  2. Add data to a DB

  3. Read data from a DB

  4. Delete data from DB