Results 1 to 11 of 11

Thread: [2008] Teacher Gradebook - Attendance & Grades

Hybrid View

  1. #1
    PowerPoster stanav's Avatar
    Join Date
    Jul 2006
    Location
    Providence, RI - USA
    Posts
    9,290

    Re: [2008] Teacher Gradebook - Attendance & Grades

    Quote 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.

  2. #2

    Thread Starter
    Hyperactive Member
    Join Date
    Aug 2002
    Location
    Fox, OK
    Posts
    381

    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.

  3. #3
    PowerPoster stanav's Avatar
    Join Date
    Jul 2006
    Location
    Providence, RI - USA
    Posts
    9,290

    Re: [2008] Teacher Gradebook - Attendance & Grades

    Quote 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...

  4. #4
    Member
    Join Date
    Feb 2008
    Posts
    44

    Re: [2008] Teacher Gradebook - Attendance & Grades

    I think they are a teacher...not a programmer.

  5. #5
    MS SQL Powerposter szlamany's Avatar
    Join Date
    Mar 2004
    Location
    Connecticut
    Posts
    18,263

    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??

    *** Read the sticky in the DB forum about how to get your question answered quickly!! ***

    Please remember to rate posts! Rate any post you find helpful - even in old threads! Use the link to the left - "Rate this Post".

    Some Informative Links:
    [ SQL Rules to Live By ] [ Reserved SQL keywords ] [ When to use INDEX HINTS! ] [ Passing Multi-item Parameters to STORED PROCEDURES ]
    [ Solution to non-domain Windows Authentication ] [ Crazy things we do to shrink log files ] [ SQL 2005 Features ] [ Loading Pictures from DB ]

    MS MVP 2006, 2007, 2008

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width