Thursday, July 13, 2006

Lesson Of The day: Always back up your DB

This is the greatest lesson that I learned today. First of all, always backup your database to a certain version and the Second is that Never ever delete record directly from the database, it was a lot saver to delete them through the Application.

I've learned my lesson very well today. As I deleted some records directly to the database and hit the commit button, and Voila, I've deleted the wrong record :D Thank God I had the back up, if I hadn't had the database backup, I would have had to work until late at nite :)

So.. Always back up your database and never delete records directly to the database :D