|
-
Mar 19th, 2008, 03:47 PM
#1
Re: [2008] Teacher Gradebook - Attendance & Grades
 Originally Posted by DroopyPawn
Oh yeah, I'll be using text files to store the data, not a database.
Poor you... Why can't you use a database to store data? It'll make your life a whole lot easier.
-
Mar 19th, 2008, 04:27 PM
#2
Thread Starter
Hyperactive Member
Re: [2008] Teacher Gradebook - Attendance & Grades
...because I've never used a database in ANY program I've written. I wouldn't know where to start.
-
Mar 20th, 2008, 03:38 PM
#3
Re: [2008] Teacher Gradebook - Attendance & Grades
 Originally Posted by DroopyPawn
...because I've never used a database in ANY program I've written. I wouldn't know where to start.
In real world, hardly any company is still using text files to store data. And if you want be competitive on the job market as a programmer, you should and must know about databases. So it's a good time for you to start using one now...
-
Mar 20th, 2008, 04:11 PM
#4
Member
Re: [2008] Teacher Gradebook - Attendance & Grades
I think they are a teacher...not a programmer.
-
Mar 20th, 2008, 04:45 PM
#5
Re: [2008] Teacher Gradebook - Attendance & Grades
Don't forget DISMISSED - it's one of the standard trio of what can be marked for a student's attendance by a teacher (A, T, D).
Your X and L are really the "closure" codes for the attendance. The A, T, D are "evaluated" against what the student's office attendance is - and the resolution comes from that. For example - on a field trip, tardy to school, visiting the nurse and so on.
btw - you really want to use a database - with .Net you can use data controls that pretty much link directly to the table in the DB making all this array stuff just go away. Then you spend most of your time just making sure your user-interface works the way you want.
We develop and sell software to school districts - how large is your district??
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|