Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 900 Bytes

README.md

File metadata and controls

6 lines (6 loc) · 900 Bytes

Create a database consisting of the "Students" tables (fields: ID, Group Id, Last name, OOP score, WinForms score, and ADO score.Net) and "Groups" (fields: ID, group name, curator's last name). Fill in tables with data.

Develop a WinForms application that performs the following functions:

  1. displaying information from the database in three tables: in the first one, display the student's last name and grades in subjects, in the second one, display groups and curators of these groups, and in the third one, display the names of students, groups, and the average score for the session. Use a single command to get data;
  2. adding information about the group;
  3. determining the number of students in a given group who received excellent and unsatisfactory grades (separately).

To use connected mode ADO.Net. To create a connection string, use the SqlConnectionStringBuilder object.