Welcome to web Pages of Vicky Shiv

Resume Experience Projects Courses Thesis Download

Two Tier Visual C++ Application Using ODBC and Oracle Database

View One Tier Mail box Application
For a complete overview of custom class please see MailBox Architecture.

DownLoad a working Copy of the Application and Serialized File OneTierVC++MailboxApp.zip. (Password for Administrator is password)
DownLoad a working Copy of the Application in Two Tier Application DatabaseMailboxApp.zip. (Password for Administrator is password)

 

Main Screen

Database Application is a Menu Driven Application. It uses ODBC and MS Access Database to

  • Connect to the Database (Database..Open) Menu SubMenu
  • Disconnect from the Database  (Database..Close)
  • Create Table  (Table..Create)
  • Drop Table  (Table..Drop)
  • Load Data (Data..Load)

Access Database is used to create table and load data.

From the Menu Choose (Database..Open). This open up the ODBC DataSource. From the Select Data Source Window select MS Access 97 Database

wpe3.jpg (15736 bytes) wpe4.jpg (29817 bytes)

This open up the DialogBox which all you pick up Access Database. Choose the Access File Provided with the download.

wpe6.jpg (18619 bytes)

If the Database does not contain table you could use (Table..Create) to create Tables.

(Data..Load) allow you get the latest version of the data from database.

Business logic and functionality of the screen are exactly the same as One tier Application.

1