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


Please Help Members By Posting Answers For Below Questions

What are dcl commands?

697


What are the advantage of ado.net?

720


How to load multiple tables into a dataset?

718


What is the provider being used to access oracle database?

716


Does sqlclient and oledb class share the same functionality?

704


Why do we serialize data?

690


What is ole word?

723


Give few examples of datareader that is used in different dataproviders.

729


Which namespaces are used for data access?

839


Explain why canot we use multiple inheritance and garbage collector paralelly in .net?

778


What is dataset object? Explain the various objects in dataset.

795


Define the executescalar method?

672


What is the purpose of using adodb?

688


What is ambient transaction?

681


What is ado.net connection?

661