How to ensure that sql injection is avoided.
We can avoid it by either by encryption or by using some validation so that user not able to enter any invalid value.
These link should help you. http://www.codeproject.com/Articles/9378/SQL-Injection-Attacks-and-Some-Tips-on-How-to-Prev http://www.marcofolio.net/features/how_you_can_prevent_an_sql_injection.html
If not then please provide more detail i.e. which language, which version of MySQL or any other info which you believe is useful.
I want to analyze vulnerability of a target website and i have only URL of that website and i am using asp.net . Kindly answer me in domain of ASP.NET
how does MongoDB avoid the SQL injection mess? Is it just by nature of this query syntax?