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 use of mcommand ?

mcommand.fill(ds,"orderdetails");

Answer Posted / purushotham

mcommand is DataAdapter

DataAdapter object is like a bridge that links the database
and a Connection object with the ADO.NET-managed DataSet
object through its SELECT and action query Commands. It
specifies what data to move into and out of the DataSet.
Often, this takes the form of references to SQL statements
or stored procedures that are invoked to read or write to a
database.
The DataAdapter provides four properties that allow us to
control how updates are made to the server:
* SelectCommand
* UpdateCommand
* InsertCommand
* DeleteCommand

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the namespace classes used in asp.net mvc? : asp.net mvc

1099


How you will improve web application performance?

1094


What is postback in asp net?

1101


What is the difference between viewstate and hidden field in asp.net?

1077


Explain about Application and Session Events ?

1134


Explain the purpose of storyboard.targetproperty.

992


What is jade template engine?

1093


What are the properties of the eventargs argument when capturing keyboard events?

1127


When cookie will expire?

1052


What is variable and constant in .net programming language?

862


What are ASHX files?

1155


Explain the difference between page.registerclientscriptblock and page.registerstartupscript?

1068


What is the difference between session and application?

1013


How many types of cookies are there in asp.net?

996


What tags do you need to add within the asp:datagrid tags to bind columns manually? Give an example.

1089