VC++
Project
- One tier Visual C++ Mail Box
application using object serialization. Download Demo at OneTierVC++MailboxApp.zip
Developed a one tier client server mailbox application using following MFC classes
CDialog, CEdit, CButton, CListBox, CMap, CList, CFileDialog. Application uses MFC object
serialization to store objects likes administrator, mailbox and messages. The application
is one tier as it loads all its data (object serialization) at startup. Application has
capability to save data to a file at regular intervals. Download a demo at OneTierVC++MailboxApp.zip .To
see the how the application works and to check out sample screens click here.
- Two Tier Visual C++ Mail Box
application using ODBC with Oracle or MS SQL Database. DownLoad a Demo at DatabaseMailboxApp.zip
Converted one tier client server MailBox application into a two-tier client server
application using additional MFC classes like CDatabase, CRecordSet. The application keeps
only relevant data into the memory and fetches the faulted data from the database as
needed. During runtime the application provides a utility which uses ExecuteSQL function
of CDatabase class to create all the Tables, Primary Key and Foreign Key in the database.
Application was tested on Oracle and MSSQL Database. DownLoad a demo at DatabaseMailboxApp.zip. To see the how the
application works and to check out sample screens click
here.
|