When inserting strings into a SQL table in ASP what is the
risk and how can you prevent it?
Answer / nandhu
The risk associated if not properly taken care of is
something called as "SQL Injection" attack.
This means you could
say in Username textfield on the html frontend or any
frontend, is possible to type something like the following
to by pass the security mechanism and get access to the
protected area of the site or application.
Type the following in Username or Password or both and
click on login/submit or equivalent button.
' or 'x' = 'x'
| Is This Answer Correct ? | 0 Yes | 1 No |
Why do we use Option Explicit?
1)How to test whether items in a weblist are in alphabetical order or not?
How to open a file. What is the perpose of true and false mode there?
Can automation testing find ssame no. of bugs what we can find by manual testing?
how to write code: to check whether the window of an Application Under Test exist or not . plz give with example
write a program to display configuration of a local system with the help of vb script.
Write a program to display the numbers in the below format using for loops? 1 2 3 4 5 6 7 8 9 10 11 12 and Write a program to display the numbers in the below format using for loops. 1 2 3 4 5 6 7 8 9 10
What is variant in vb script?
How will you get the smallest subscript of an array in vbscript?
how to store charecters of HARIBABU Using arrays
How will you get the octal value of the given number in vbscript?
How to scroll down a page while recording in qtp. suggest me any method apart from low level recording.