Results 1 to 3 of 3

Thread: RFID Attendance - how to register "absence"?

  1. #1

    Thread Starter
    Software Carpenter dee-u's Avatar
    Join Date
    Feb 2005
    Location
    Pinas
    Posts
    11,127

    Question RFID Attendance - how to register "absence"?

    This is for faculty monitoring wherein they would scan their cards to "log-in" to their specified class time schedule, logging-in would signify that they were "present" in that specified schedule. That is quite easy, the problem is, how could I register "absence" for time schedules? The "only" way I could think of, as of now, is to generate a record for each class schedule for each faculty and register it as "absent", only marking it as "present" when they have scanned their cards.

    Any other idea you could suggest? TIA
    Regards,


    As a gesture of gratitude please consider rating helpful posts. c",)

    Some stuffs: Mouse Hotkey | Compress file using SQL Server! | WPF - Rounded Combobox | WPF - Notify Icon and Balloon | NetVerser - a WPF chatting system

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,222

    Re: RFID Attendance - how to register "absence"?

    I guess it depends on whether you want actual data or just a report. By a report I mean that you could generate an absentee list on demand using a join and 'NOT IN'. You could also have a tool that runs on a schedule and generates that list after each class and saves the result. Other than that, I agree that your only option would be to generate records for all expected and mark them as absent by default, updating as they scan in. Mind you, you'd need some tool executed automatically or manually to generate that list before the class so you could just as easily generate a list of only absentees after the class.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

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

    Re: RFID Attendance - how to register "absence"?

    I would create rows for everyone so that we really know the possible population for that "date" and properly have it recorded in the database.

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