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

Which components of a data provider is used to retrieve, insert, delete, or modify data in a data source?

0 Answers  


What is the use of command objects?

2 Answers  


Define Execute Reader?

0 Answers  


How to aggregating data across related tables?

0 Answers  


How would you connect to a database by using .NET?

0 Answers  






What are advantages and disadvantages of Microsoft-provided data provider classes in ADO.NET?

2 Answers  


i making a project using windows application c#, i want to show user name, password, and one button login. i wanna make it with sealed class .how its possible . when i clicked my login button all project should be open. pls cleare me.

1 Answers  


What are the connected and disconnected modes in ado.net?

0 Answers  


How do you update database through dataset?

0 Answers  


Call a stored procedure from ado.net and pass parameter to it ?

7 Answers   Keane India Ltd, TCS,


What is ado.net connection?

0 Answers  


Diff B/W DataSet vs DataTable

6 Answers   Star Wire,


Categories