Download Project Presentation and Poster

Survey
yes no Was this document useful for you?
   Thank you for your participation!

* Your assessment is very important for improving the workof artificial intelligence, which forms the content of this project

Document related concepts

Microsoft Access wikipedia , lookup

IMDb wikipedia , lookup

Extensible Storage Engine wikipedia , lookup

Microsoft SQL Server wikipedia , lookup

Concurrency control wikipedia , lookup

Entity–attribute–value model wikipedia , lookup

Open Database Connectivity wikipedia , lookup

Database wikipedia , lookup

Microsoft Jet Database Engine wikipedia , lookup

Relational model wikipedia , lookup

Functional Database Model wikipedia , lookup

Clusterpoint wikipedia , lookup

Versant Object Database wikipedia , lookup

Database model wikipedia , lookup

Transcript
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