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

What is ado and rdo?

502


Explain the difference between data reader and data set?

486


What are the ado.net objects?

510


What providers does Ado.net uses?

571


What is DataReader Object?

596






How to Read, Add, Update and Delete record in Entity Framework ?

564


Explain the role of data provider in ado.net? What is the role of data provider in ado.net?

528


What is concurrency? How will you avoid concurrency when dealing with dataset? (One user deleted one row after that another user through his dataset was trying to update same row. What will happen? How will you avoid the problem?)

581


What is ole word?

529


What is a data control clerk?

572


Explain sqlconnection object?

536


What are the steps to connect to a database?

546


What is ado oledb and odbc?

503


Which namespaces are used for data access?

621


Which object is used to add relationship between two Datatables?

573