Project Presentation and Poster

Download Report

Transcript Project Presentation and Poster

Court Management
Written By
Erez Bar-Tal
Eran Shany
Supervision Dr. I. David
Project Goals
• Computerized the working environment of the
technion court members.
• Learn MFC (Microsoft Foundation Class) library.
• Learn ADO (Microsoft ActiveX Data Object).
• Learn SQL (Structured Query Language).
• Learn COM (Component Object Model).
• Implement a GUI application using the above
technologies in order to have one single place
where all the court data is stored.
Project Description
• The project holds an archive of student trials in
the Technion, and allows adding new trials.
• It holds all trial-related data, such as students,
judges, verdicts etc.
• It can automatically print trial invitations and
trial verdicts.
• It can generate reports using specific criteria
such as trial by faculty, accusation etc.
Application objects
• Database object which implements all the
database operations. This is a COM
object written in C++ (ATL).
• GUI object – an executable that uses the
database object and displays the relevant
data from the database.
Graphical User Interface