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 can implement dropdownlist in particular of dataset when try to update?

1 Answers   TCS,


WHAT Are the major major compnents of a data provider in ADO.net.

14 Answers   Infosys, Wipro,


what is connection pooling ?

3 Answers   Vertex,


Define table relations?

1 Answers  


What are the different namespaces used in the project to connect the database? What data providers available in .net to connect to database?

1 Answers  


Explain what are acid properties?

1 Answers  


Define the executescalar method?

1 Answers  


What are the steps you will take to improve performance?

1 Answers  


The answers which posted above is not satisfied my requirement? Can some one post teh exact answer? Thanx

1 Answers  


What is ado in agriculture?

1 Answers  


Define the data provider classes that is supported by ado.net?

1 Answers  


What are the classes in System.Data.Common Namespace?

1 Answers  


Categories