ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage   interview questions urls   External Links  Contact Us     Login  |  Sign Up                      
tip   SiteMap shows list of All Categories in this site.
Google
 
Categories >> Software >> Microsoft-Related >> ASP.NET
 
 
 
Question
What is the use of mcommand ?

mcommand.fill(ds,"orderdetails");
 Question Submitted By :: Rahul
I also faced this Question!!     Rank Answer Posted By  
 
Answer
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
 
0
Purushotham
 
View All Answers
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com