The majority of websites around today tap into a database of some sort – be it made with SQL or a flat file (shudder now) – so a programmer maintaining it can use all the help they can get to speed up the process. So, what if you could take all the regular and mundane calls to the database and automate them? Wouldn’t that make everyone’s life a lot easier? Most everyone who works with databases has heard of Triggers – the nice automation of a query when a change is made. Not many use them though. I certainly didn’t and I have been working with databases for years. I [...]

, ,