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 is .net remoting?

1108


Why do you use the app_code folder in asp.net?

1153


What's the use of response.output.write()?

1310


What is intrinsic objects in asp.net?

1289


What is the difference between client-side and server-side validations in webpages?

1067


What is a postback url?

932


What is the exact purpose of http handlers?

1060


What is state management react?

1086


Explain server control extensibility with reference to asp.net 2.0 ?

1036


What are the validation controls available in ASP.NET?

1052


Explain different authentication modes in asp.net?

1227


Explain some of the major built-in objects in asp.net

1079


What threading model used in asp and asp.net?

1101


What is difference cookie and session?

1031


Can the validation occurs in server-side or client-side? If the validation occurs why should we do?

1093