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
How to open a file. What is the perpose of true and false mode there?
What are class events?
What is purpose of scripting.filesystemobject class in vbscript?
What are subprocedures in vbscript?
how to acces the remote mechine using vb cript(QTP)
wat is the com(common object model)object for mozilla firefox???????plz if any one know the exact answer....reply me......
Which loop is used in case of arrays in the vbscript language?
How are comments handled in the vbscript language?
How do i automate a website www.flyashx.com without having any test cases witin a week time.
what is event handling?
how to write validation function for date in vb script
Which operator can be used to do an xor operation in vbscript?
create a form to accept username and password validate the username and password with using message box, display the corresponding user message
Why is it recommended to close the database connection every time after the work is completed?
How will you get a string with the specified character the specified number of times in vbscript?