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

What is the use of sqldatareader class?

947


Explain how do you connect to sql server database without using sqlclient?

949


If we are not returning any records from the database, which method is to be used?

1282


What is dbcontext and dbset in entity framework?

885


Can we connect two dataadapters to same data source using single connection at same time?

940


Explain the difference between sqlcommand object and command behavior object?

1021


What is the default provider in ado.net?

921


How can I retrieve two tables of data at a time by using data reader? Data reader read and forward only, how is it possible to get 2 tables of data at a time?

924


What are the rules to implement connection pooling?

1011


What are the parameters that control most of connection pooling behaviours?

1020


What are the various methods provided by the DataSet object to generate XML?

973


Is ado.net dead?

958


What is the difference between linq and ado.net?

955


What are the different namespaces used in the project to connect the database? What data providers available in .net to connect to database?

1283


Which object is used to add relationship between two Datatables?

987