what is sql Injection?

Answer Posted / kerem kusmezer

Sql Injection is one of the input manipulation attacks,
which in case the sql statement is directly buildup from an
string concatanation, in which the user can change through
entry the result sql statement.

For Example:

select top 1 username from users where username
= '&txtusername.Text&'.
If the user enters the text with ' or -- he can add more
command to the outcoming sql statement and change the query
set.

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to copy the contents from one table to another table and how to delete the source table in ado.net?

529


Define bubbled event?

515


Define executenonquery?

527


What are the 3 major types of connection objects in ado.net?

545


What is a data control clerk?

574






What does ole stand for in excel?

601


What is execute reader in ado.net?

495


Define the data provider classes that is supported by ado.net?

523


What is a serialized object?

538


Define table relations?

559


List all the steps in order, to access a database through ado.net?

589


What are the benefits of using of ADO.NET in .NET 4.0?

541


Give an example that shows how to execute a stored procedure in ado.net?

572


What is the use of SqlCommand object?

649


What do you know about ado.net's methods?

589