When inserting strings into a SQL table in ASP what is the
risk and how can you prevent it?



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

Post New Answer

More VB Script Interview Questions

How are values assigned to the variables in the vbscript language?

0 Answers  


int a=4857 i need output as 7584.without using any inbuild function?

6 Answers   Aspire,


explain with example primitive data types of vb script.

1 Answers  


What is the purpose of folders object of scripting.filesystemobject class in vbscript?

0 Answers  


What are class variables?

0 Answers  






What is the event handling in vbscript?

0 Answers  


hi, How will write a regular expression of date in VB scripting.

1 Answers  


What are the uses of vb script?

0 Answers  


If we take 2 strings as “good” and “bad” then what will ‘+’ and ‘&’ operators return?

0 Answers  


Mention the rules for using option explicit statement?

0 Answers  


How will you get the octal value of the given number in vbscript?

0 Answers  


What is the equivalent of VBScript?s On Error In Jscript ?

1 Answers   Microsoft,


Categories