MS Access-DBMS-project
The project is a database management system, which is a graphical interface made using the Visual Studio program of the windows form type and in the C# language. The interface is linked to a table in a database in the ACCESS program.
Who is the program directed to?
The program is directed to the employee responsible for individuals’ data.
Through the program, he can:
- Adding data for a new individual to the database
- Delete any individual's data from the database
- Navigate through navigation buttons between individual records that already exist in the database
Interface and database contents
the name
Number
Email
Personal photo
Graphical interface
Connect the database to the interface
Edit line 13 of the code and delete the existing path, then add the new path to the database called (testdb) that you downloaded and it will link directly to the table (data) inside it.
Frequently asked questions (Q&A)
Why these characteristics and this interface form?
- A project is an application with specific criteria and these properties (add/delete/navigation buttons) and this graphical interface format.
Why an Access database?
- Because it is an excellent option that does not require Internet access and has an easy-to-understand interface, it is possible to download the database file and work on it directly.
Am I free to use this project for personal purposes?
- Yes, mentioning the source if possible.