Hi, does anyone familiar with sql database on visual studio?. I need a little help on that.
The user can input the data, and the data has been stored into the database. Then, i want to use the data stored along with another data in another table to make some calculation. The idea is, user can input assessments mark for each subject, and it will generated the total marks and grade then it will be stored in the database. After the user input those (for few subjects) I want to retrieve the data to calculate the gpa. Basically I focusing on the grade and I have another table which I store the credit hours and points for each grade (grade as primary key). I got stuck how to connect those table should I just use if else statement. And should use the formula directly in buttonClick or in stored procedure or ?? Would be grateful if someone can help me on that. Thanks