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

Anyone have qtp11.0 crack?

0 Answers  


when you use For Loop, While..do, do..while? at what situations which loop will use.

1 Answers  


write a program to display the system specifications of client system with the help of vbScript.

0 Answers  


Which in-built function related to an array joins substrings into one string in the vbscript language?

0 Answers  


Explain the string concatenation function in vbscript?

0 Answers  






How to make sure that items in a wintree are sorted al?

0 Answers   Ness Technologies,


what is the difference between modular and data and keyword driven framework

0 Answers  


How to create pull down menu box using vb script

0 Answers  


hai..friends ....what is the difference between function and sub procedure ....here every one know's theoretically here my question is what is the meaning of function can return the value and sub can't return the value...can you give one example with some values for that ....what does it mean ? how function can return the value...sub can not...any one please...........with example

1 Answers   Cap Gemini,


Explain some uses of vb script?

0 Answers  


Illustrate briefly about the different types of statement

0 Answers  


Is it possible to pass optional argument to function in vb script?

2 Answers  


Categories