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...

Execute nonquery returns no. of afected rows.So if my stored
procedure hav lot of select stmnt, delete stmnt, insert
stmnt..then what does execute nonquery returns in this case?

Answer Posted / jaya tiwari

Execute non query executes a query that is associated with
sqlCommand object . sqlCommand object having a property
sqlCommandobj.CommandText in which we pass the query. so
ExecuteNonQuery will return the no of rows affected by that
command whose sqlCommand obj invokes this method .
and it can't be use for select as its return type is int
that is no of rows affected in execution of that query

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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

1057


Does ado.net use odbc?

999


What do you mean by ‘batch updates’?

1091


What are the rules to implement connection pooling?

1123


What are the steps to connect to a database?

1072


Why is it important to close an ado.net application?

1078


What is ado.net architecture?

973


Explain the two fundamental objects in ado.net?

1073


What are two types of transaction supported by ado.net?

1036


What is dataset and datatable in ado.net?

1047


What is aggregate root?

1190


What is the role of data provider in ado.net?

1047


how we can fire event in databound coulm in datagfrid withot using button?

1027


What is the meaning of object pooling?

1314


What is the return type of executescalar?

1074