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 the difference between ExecuteReader,ExecuteNonQuery
and ExecuteScalar.

Answer Posted / surya narayana panda

ExecuteReader-It is readonly forward only.It executes the
command and return the reader objectl.It executes only
select command.

ExecuteNonQuery-It executes command and return's no
value.It returns only how many row effected.It returns
value when the commandType is stroedProcedure with output
parameter.

ExecuteScalar-It executes the command and return a single
value.That is 1st column and 1st row.

Is This Answer Correct ?    24 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is repository pattern in mvc.net? : asp.net mvc

1036


What are the advantages of using sql stored procedures instead of adhoc sql queries in an asp.net web application?

1175


Why the javascript validation not run on the asp.net button but run successfully on the html button?

996


Which class is used to send an email message from an ASP.NET Web page?

1073


Define reflection in .net?

1073


What is distributed system in asp.net?

1073


Can a master page have more than one contentplaceholder?

1010


How we implement the multiple paypal value with gridview in my website and how we make a payment through Credit Card.

1980


What are the various session state management options provided by asp.net?

1021


What do you mean by role-based security?

1036


Explain about asp.net state management?

1082


How is session id generated?

983


What are the benefits of view state?

996


What is slidemaster?

999


What is viewstate in asp net with example?

1027