I am unable to query an UPDATE command to the MySQL Database from my code. Its strange that it doesnt even run the query fail handler. It means that the query was sent but it was not accepted. But, I am able to process all other queries like INSERT, SELECT, etc. from the same database and table...