When inserting strings into a SQL table in ASP what is the
risk and how can you prevent it?
Answer Posted / 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 |
Post New Answer View All Answers
who will create the object?
How to declare an array in vbscript?
Explain about arrays in vb script?
How to get the length of the string by making use of the string function?
what is used of Property........End Property loop ? how to write the script for it?
What is the use of the formatdatetime function in the vbscript language?
What are the valid scopes of a variable in vbscript?
How are values assigned to string type and numeric type variables?
what is inner join? what is outer join? what is a constraint? tell me about rdbms? tell me about acid properties?
Mention what is vbscript?
What is difference between vbscript and vba?
I have attended Anovatek Software QTP interview. They will give us computer and one web based application with QTP. We have to automate some records (already updated records or new records) using QTP Data driven testing. But we should use for loop? Can any one know how to do data driven testing using For loop?
How will you get the octal value of the given number in vbscript?
Explain the string concatenation function in vbscript?
If a calulator having 3 buttons (of any number)in 3 of them one is not working properly due to which answer is wrong always. write a script to find out which button is not working properly ?