Visual Basic Code , VB.NET Code, VB Code
  Home   :  Code   :  Forums   :  Submit   :  Mailing List   :  About   :  Contact
A1VBCode Forums
Home      Members   Calendar   Who's On
Welcome Guest ( Login | Register )
      

Home » Classic Visual Basic (VB 6 or earlier) » Database Programming » The student record database


The student record databaseExpand / Collapse
Author
Message
Posted 9/23/2009 8:14:45 AM
Forum Newbie

Forum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum Newbie

Group: Forum Members
Last Login: 9/25/2009 12:25:24 PM
Posts: 1, Visits: 7
I have a problem with creating this database.
I want to create the student record system. I have a table containing Individual information and using of ID as primary key.
For registering grades I use another table for grades. But here is the problem. Here we have 6 or more class with different courses.
Firstly, I should to permit the user for adding more classes and then more courses to these basic assumptions. (But how the user can add another table that the relationship between new table and the Individual information table makes sense).
How can I save the grades in table?
It is better to use different table for different class with using different courses as filed in this table.

Or add all the courses in my filed and for each ID I just fill out the course for that class.

Or something else I don't know?

Another problem is when some person has grades with lower than 15, I have to add another grades for this person. This person failed then must have another grade for taking effect in GPA.

Please help me to find the way through these problems.

Post #28227
Posted 10/2/2009 11:09:45 PM
Junior Member

Junior MemberJunior MemberJunior MemberJunior MemberJunior MemberJunior MemberJunior MemberJunior Member

Group: Forum Members
Last Login: 10/19/2010 5:40:29 AM
Posts: 22, Visits: 85
I think you must clear what u require because u have added so many ORs that every one gets confused. You tell what exactly will be your inputs and what u expect as output. Add your code with the problem / error area shown clearly so that problem could be solved.

Always Believe in GOD!
Post #28242
Posted 12/2/2009 10:33:52 AM
Forum Newbie

Forum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum Newbie

Group: Forum Members
Last Login: 12/2/2009 11:14:34 AM
Posts: 3, Visits: 4
You can do it! You just need to think over your designing! Give it a shot!

Louis Fritslet
DBA admin, United Nations
Post #28464
Posted 1/11/2010 12:17:04 AM
Forum Newbie

Forum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum Newbie

Group: Forum Members
Last Login: 1/28/2010 11:50:07 PM
Posts: 4, Visits: 5
I will suggest a best method to this.
Master table :
Student Master table - This is the table to enter student info such as Id, Name, address, Tel, etc
Subject Master Table- This is the table to enter subject such as subject, Subject Id, Code
Grade Master Table -This is the table to enter grades such as Grade, description
Classes Master Table -This is the table to enter classes such as Class, description

Transaction tables;
Marks Table : Student Id, Subject ID, Year, Class, Marks

Now you don't need to change tables early or adding new subject or class.

webdesign
Post #28661
« Prev Topic | Next Topic »


Reading This TopicExpand / Collapse
Active Users: 1 (1 guest, 0 members, 0 anonymous members)
No members currently viewing this topic.
Forum Moderators: Admin, Mod, Mark, Keithuk

PermissionsExpand / Collapse

All times are GMT -5:00, Time now is 10:51pm