Need a database for event check-in
January 16, 2009 4:54 PM   Subscribe

I am looking for an easy (and free) database to do event check-in. We normally just cross peoples name off a list but I would like to have faster more real-time way of doing it.

We will be checking in about 900 people. We have access to bar code scanners and can print bar codes on the ID tags to move people along. I'm hoping that I can find a free access database instead of building one my self.
posted by jestonb to Computers & Internet (2 answers total) 4 users marked this as a favorite
 
Do you mean the database itself needs to be free? Try MySQL. But that's just the database... it doesn't get you the user interface, but it's a start.

Then find anyone with any experience with asp.net, or even perl or Java. Shouldn't take more than a few hours to design and implement a front end, assuming it to be as bare-bones as you say; i.e. scan in the barcode, set a flag for that person in the database.
posted by SquidLips at 12:06 AM on January 17, 2009


Response by poster: What I am hoping is that there is a pre-built data base. I can build one in Access, I just don't want to spend the time if there is already one out there.
posted by jestonb at 1:05 PM on January 17, 2009


« Older Help me interview canditates for a technical lab...   |   How can I make our copy shop "greener"? Newer »
This thread is closed to new comments.