Tuesday, July 22, 2008

Nerd Fun

So at work a couple of us have gotten really close especially my housemates and I. we get really bored at work doing sql server stuff blah blah. So we decided to make our own chat thingy using database.

Basically you create a global table that everybody can access and update. So you insert a new record with the current date, name, and the message and it goes into the database.

Anybody can insert a row and anybody can do a read. Just do a read off of the table and you can see what everybody wrote.

Anyways yea we are bored and we have nothing to do.

No comments: