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



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

Answer / 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

More ADO.NET Interview Questions

How to create dynamic gridview?

0 Answers   MCN Solutions,


What is ado.net in mvc?

0 Answers  


Is entity framework better than ado.net?

0 Answers  


What are different layers of ADO.Net?

0 Answers  


What is the difference between dataset and datatable?

0 Answers  






What is the difference between statement and preparedstatement interface?

0 Answers  


What is typed dataset ?

0 Answers   NA,


What two types of data providers does ADO.NET supply? What determines which one you should use?

0 Answers   CDC,


Using Ado.net, what front ends and back ends can you use?

10 Answers  


Explain acid properties?

4 Answers  


Being fresher How would i answer to the question that what is your salary exception?

4 Answers  


what is bubbled event can u pls explain

3 Answers   Wipro,


Categories