Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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

Which method in OLEDBAdapter is used to populate dataset with records?

1068


What is difference between datatable and dataset?

1124


What is ado.net components?

1001


How we can provide data to ado.net?

1122


How do you update a dataset in ado.net?

1059


What is disconnected architecture in ado.net?

1041


What is a string variable?

971


Which is faster dataset or datareader?

1019


How do we use stored procedure in ADO.NET and how do we provide parameters to the stored procedures?

1014


Describe datareader object of ado.net with example.

981


What is ado asp?

1038


What does ole stand for in excel?

1192


Which namespaces are used for data access?

1261


What is read only and forward only in ado.net?

981


Define table relations?

1028