database deletion
-
Hi Guys, I had my database for my website in the remote webhost server.But the whole database got deleted suddenly.I could not track from where it happened.Now I am having a new webhost. I would like to give maximum protection, so that the database doesn't get deleted. Can anybody help me with the necessary steps that has to be taken so that my database is secure. Thanks Jith
-
Hi Guys, I had my database for my website in the remote webhost server.But the whole database got deleted suddenly.I could not track from where it happened.Now I am having a new webhost. I would like to give maximum protection, so that the database doesn't get deleted. Can anybody help me with the necessary steps that has to be taken so that my database is secure. Thanks Jith
Check you application for possibility of injecting sql: e.g. do you concatenate your sql strings together like "select * from a where something = " + textbox1.text;