top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

how to avoid sql injection

+1 vote
450 views

How to ensure that sql injection is avoided.

posted Jul 21, 2013 by anonymous

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

2 Answers

+1 vote

We can avoid it by either by encryption or by using some validation so that user not able to enter any invalid value.

answer Nov 16, 2013 by Neeraj Pandey
0 votes

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.

answer Jul 21, 2013 by Salil Agrawal
Similar Questions
+4 votes

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

+2 votes

how does MongoDB avoid the SQL injection mess? Is it just by nature of this query syntax?

...