What is dataset and tell about its features. What are
equivalent methods of previous, next etc. Of ADO in ADO.NET ?

Answer Posted / vaidyanathan r.

Dataset is a collection of Datatables along with their
relations. Dataset is the copy of part/full of the actual
data base stored in the application during execution for
data manipulations.

And there is no equivalent methods to previous and next
methods of ADO as each table is treated as a seperate
objects inside the Dataset. However a particular record can
be retrieved by the "Rows" property of the Data Table.

Eg: DataRow dr = DataSet1.Tables[<TableIndex>].Rows
[<RowIndex>]

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can we create Synonymns in MS Acess,My Sql Server,Sql Server? But iam we can create in oracle!

1636


What are the objects of ado.net?

529


How will you fill the gridview by using datatable object at runtime?

548


Is datareader faster than datatable?

535


What is a datareader object?

579






What is ado.net tutorial?

503


What is the advantage of ado.net?

541


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

536


Compare Data Reader & Dataset in ado.net?

540


Can we do database operations without using any of the ado.net objects?

535


Explain executenonquery?

556


What is maximum pool size in ado.net connection string?

497


Define Execute Scalar?

553


What are the parameters that control most of connection pooling behaviors?

514


What is ado object model?

515