Which method do you invoke on the DataAdapter control to
load your generated dataset with data?
Answer Posted / pushpendra singh
Fill() method of DataAdapter
SqlDataAdapter da=new SqlDataAdapter();
DataSet ds=new DataSet();
da.Fill(ds);
Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What are dcl commands?
What are the advantage of ado.net?
How to load multiple tables into a dataset?
What is the provider being used to access oracle database?
Does sqlclient and oledb class share the same functionality?
Why do we serialize data?
What is ole word?
Give few examples of datareader that is used in different dataproviders.
Which namespaces are used for data access?
Explain why canot we use multiple inheritance and garbage collector paralelly in .net?
What is dataset object? Explain the various objects in dataset.
Define the executescalar method?
What is the purpose of using adodb?
What is ambient transaction?
What is ado.net connection?