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 |
write a vb script to calculate factorial of a number?
Which date function is used in the vbscript language to find the difference between the 2 dates?
. Program for sorting of numbers in vb script?
what is extension of the file if its saved from recovery manger to some drive
Mention how to create a cookie using vbscript?
How to create pull down menu box using vb script
write a vb script to display apple that is 1st a should be displayed then ap then app then appl then apple
Write a Script for ATM in QTP
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?
Like OPTION EXPLICIT statement what are the other statements used in vbscript and their usage. Please post me all the statements please.
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
What methods are used to create text files and open text files in the vbscript language?