Description: (1) enter the score of a student's assignment through the keyboard;
(2) given the student number, shows the completion status of a student;
(3) given the class number of a class, showing the assignments of all students in the class;
(4) given a student's number, modify the student's homework to complete the information;
(5) given a student's number, delete the student's information;
(6) provide some statistical information functions. For example, more than 60, 70, 80.
(7) provide some functions that can be sorted and sorted according to various types of information;
(8) store the input data in the form of a file and read the data from it;
(9) to make a list of all students' achievements;
This is a hasty work in my database course design. I feel that the practical application value is not great, but I can give examples to friends who are learning VC and database programming. I also participated in many of the same type of management system before doing so, and I got a lot of benefits. Now I am going to post this student management system and hope to help some of my friends in need. There must be a lot of deficiencies in the system, and I have also asked the master to give more advice and welcome to contact me.
I have added the ability to modify the background table directly through the SQL statement, which is controversial, and also has some friends who have actual experience in development.
I am busy with the postgraduate entrance exam. I have no time to write a complete program description.
File list (Check if you may need any files):