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

write a vb script to calculate factorial of a number?

5 Answers  


Which date function is used in the vbscript language to find the difference between the 2 dates?

0 Answers  


. Program for sorting of numbers in vb script?

2 Answers   Talent Sprint,


what is extension of the file if its saved from recovery manger to some drive

1 Answers  


Mention how to create a cookie using vbscript?

0 Answers  


How to create pull down menu box using vb script

0 Answers  


write a vb script to display apple that is 1st a should be displayed then ap then app then appl then apple

7 Answers  


Write a Script for ATM in QTP

0 Answers  


In the Web page we have a table link, if we click on that link all the contents under that link will be sorted (asscending/Descending). Now i want to check in which order the list is ? for that i need to get the data in to some var How can i get that cells data?

0 Answers   Nous,


Like OPTION EXPLICIT statement what are the other statements used in vbscript and their usage. Please post me all the statements please.

0 Answers   Accenture,


hey please tell me how to retriev data from excel sheet which puts the login name and password in the application? plz send me the code..please help me

6 Answers   HP,


What methods are used to create text files and open text files in the vbscript language?

0 Answers  


Categories