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
Is ado.net an orm?
How do you update a dataset in ado.net and how do you update database through dataset?
What is the difference between typed and untyped dataset?
How many major types of connection objects in ADO.NET?
Explain how do you connect to sql server database without using sqlclient?
Explain why canot we use multiple inheritance and garbage collector paralelly in .net?
What are the connected and disconnected modes in ado.net?
What is dataset and datatable in ado.net?
Explain the overview of ado.net architecture?
What is the usage of the dataset object in ado.net?
Which is better entity framework or ado.net?
What is connection string?
What are ado.net objects?
Can we create Synonymns in MS Acess,My Sql Server,Sql Server? But iam we can create in oracle!
What is disconnected data?