Skip to content

NET application for handling a Classbook Database with three tables.

License

Notifications You must be signed in to change notification settings

GabyUnalaq/UNI_Classbook_Project

Repository files navigation

UNI Classbook Project

This project is created in my time at the University and it consists of a Database with tables for students, grades and subjects. The database format can be either Access (.accdb) or Sql (.mdf).

Demo

Going into detail

The project involves ways to access all the three different tables and add, modify or delete an entry. The interface consists of buttons to select the current table, save, load, exit, add entry, edit entry and delete entry.

What is different than most is the diversity of formats that the project accepts. Based on an interface, it can load data from Access type databases (using OleDb) and Sql type datasets (using SqlConnection).

Contact

Tomuta Gabriel - Linkedin - RovisLab

Project Link: https://github.com/GabyUnalaq/UNI_Classbook_Project

License

Distributed under the MIT License. See LICENSE for more information.

Releases

No releases published

Packages

No packages published

Languages