Which method do you invoke on the DataAdapter control to
load your generated dataset with data?
Answer Posted / pushpendra singh
Use Fill() method of DataAdapter class and pass the object
of dataset as an argument to load the generated data.
\\DataAdapter da=new DataAdapter();
\\DataSet ds=new DataSet();
da.Fill(ds);
Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What is microsoft ado?
What is ado circle?
How to store data in memory?
how Sequence to connect and retrieve data from database using dataset?
Explain the difference in an abstract class and an interface?
What are two important objects of ADO.Net?
What is ado.net objects?
What is the namespaces being used to access oracle database?
How can you identify whether or not any changes are made to the DataSet object since it was last loaded?
How to perform sorting on a table in ADO.NET?
What is the difference between DataReader and DataSet in ADO.NET?
Explain the difference between ado and ado.net?
What is ado connection?
What are the advantages of oledb compared with other classes?
How do you find the count of records in a dataset?