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
What are the Features of a dataset
Explain executenonquery?
How would you connect to database using .NET?
Explain how can we load multiple tables in to dataset?
Define isolation?
How do you update database through dataset?
What is basic use of data view?
Explain the basic use of "dataview" and explain its methods.
What is the use of SqlCommandBuilder?
Data reader read and forward only, how is it possible to get 2 tables of data at a time?
What is dataset object? Explain the various objects in dataset.
What is difference between ado and other data object?
Explain About ado.net components/objects. Usage of data adapters and tell the steps to retrieve data.
What is the difference between data grid and data repeater?
Can we do database operations without using any of the ado.net objects?