what are types of Dataset ?

Answers were Sorted based on User's Feedback



what are types of Dataset ?..

Answer / prajakta

Typed Dataset and Untyped DataSet

Is This Answer Correct ?    48 Yes 3 No

what are types of Dataset ?..

Answer / r p singh

There are two types of DataSet i)typed DataSet and 2)
Untyped DataSet.

1) The structure of typed DataSet is to be decided on the
compile time, its depend on the developer to decide the
structure of the DataSet.

2) Untyped DataSet don't have the defined structure,
according to the data they changed their structure
dynamically and store the data in XML format on the runtime.

Is This Answer Correct ?    18 Yes 1 No

what are types of Dataset ?..

Answer / sonal rana

Dataset can be typed & untyped.Dataset are typed in vb.net.typed dataset uses information in XML schema file(XSD file).Untyped dataset has no built in schema.Untyped dataset can contain tables,columns,rows,constraints.

Is This Answer Correct ?    5 Yes 0 No

what are types of Dataset ?..

Answer / deepak kumar jena

There are two types of Dataset provided by .NET.
1:- Typed Dataset
2:- Untyped Dataset

Typed Dataset:- This type of dataset allows XML data.
Untyped Dataset:- This type of dataset does not allow XML data

Is This Answer Correct ?    5 Yes 3 No

what are types of Dataset ?..

Answer / shree prakash mishra

1) The structure of typed DataSet is to be decided on the
compile time, its depend on the developer to decide the
structure of the DataSet.

2) Untyped DataSet don't have the defined structure,
according to the data they changed their structure
dynamically and store the data in XML format on the runtime.

Is This Answer Correct ?    0 Yes 0 No

what are types of Dataset ?..

Answer / syed khaled al hasni

They are Basically 4 Types of DataSet.
1)MicroData.
2)Aggregate or Summarized Data.
3)Longitudinal Datasets.
4)Time Series Datasets.

Is This Answer Correct ?    10 Yes 13 No

Post New Answer

More ADO.NET Interview Questions

how to create a quiz software using 4 options to answer and how to check with answers in the database and award marks....

2 Answers   Ford,


What is Debug.write does?

1 Answers  


What is ODP.NET?

2 Answers   Microsoft,


How to load multiple tables into a dataset?

1 Answers  


Can we connect two dataadapters to same data source using single connection at same time?

1 Answers  


Explain ado.net features? Benefits? Drawbacks?

1 Answers  


What is ole word?

1 Answers  


What is the significance of CommandBehavior.CloseConnection ?

1 Answers   NA,


What are the different methods available under the sqlcommand class to access the data?

1 Answers  


What are two important objects of ADO.Net?

1 Answers  


What is untyped dataset?

1 Answers  


Explain the overview of ado.net architecture?

1 Answers  


Categories