Which method do you invoke on the DataAdapter control to
load your generated dataset with data?

Answer Posted / rahul ecimt

SqlDataAdapter da=new SqlDataAdapter ()
DataSet ds=new DataSet ()
da.Fill(ds)

Is This Answer Correct ?    4 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the differences between oledb sql server, oledbdotnet provider?

738


Which method in OLEDBAdapter is used to populate dataset with records?

758


What is connection string?

708


What is ado.net code?

696


Explain how to bind the controls(best practice) comboboxes to the data in the dataset?

753


What is the use of Dataview?

780


What is the difference between DataReader and DataSet in ADO.NET?

788


Why do we use sqldataadapter?

695


How do you connect to sql server database without using sqlclient?

765


What is an ado?

724


How can we add relation between tables in a dataset?

734


What does executequery return?

696


What is a column variable?

678


Which control of the BindingNavigator returns the current position within the data source?

915


how Sequence to connect and retrieve data from database using dataset?

938