Prepare for your Next Interview
This is a discussion on sql injuction? within the ASP.NET forums, part of the Web Development category; i asked one interviewer ,what is the use of sqlinjuction ?in asp.net...
|
|||
|
Re: sql injuction?
SQL injection is a technique that exploits a security vulnerability occurring in the database layer of an application. The vulnerability is present when user input is either incorrectly filtered for string literal escape characters embedded in SQL statements or user input is not strongly typed and thereby unexpectedly executed.
For more please go through wiki ----V V---- Regards, Vikas Vaidya |
| The Following User Says Thank You to vikasvaidya For This Useful Post: | ||