What is dataset ?

Answers were Sorted based on User's Feedback



What is dataset ?..

Answer / rethna

The dataset is disconnected,in memory representation of
data.it can considdered as a local copy for relevant
portion of the db.The dataset is persisted in memory and
the data it can be manipulated and updated off the data.The
data is dataset can be loaded from any valid source like
MSSQL DB ,Oracle DB,MS Access DB

Is This Answer Correct ?    1 Yes 0 No

What is dataset ?..

Answer / tanmoy

Dataset is collection of records depicted in some variable
contained the tabular format of data from any database and
make relationship with other data to link together.

Is This Answer Correct ?    1 Yes 0 No

What is dataset ?..

Answer / hari

dataset is a disconnected architecture.dataset can load
data from different datasources.dataset persists and
load data in xml format.through the dataset we can define
relationships among the datadatable

Is This Answer Correct ?    1 Yes 0 No

What is dataset ?..

Answer / kundal singh

DataSet is used to store tabular data at run time.
These tabular data can be stored in memory objects
like datatable, dataset and dataview objects.
DataSet used with
- XML Data Manipulation
as well as
- Database Data Manipulation

Is This Answer Correct ?    0 Yes 1 No

What is dataset ?..

Answer / sujee

Dataset is a Collection of records sharing a common format,
usually with one or more field discriptor of special
record, or with in the content of dataset presenting the
tabular form.

Is This Answer Correct ?    5 Yes 7 No

What is dataset ?..

Answer / girish

Dataset is heart of disconnected architecture of access the
data.it contains the zero or more tables which can connect
with one or more relationships that can use to link the data
together

Is This Answer Correct ?    4 Yes 7 No

What is dataset ?..

Answer / hardik

dataset is a disconnected architecture in .net frame work
for which there is no need to have a live connection. it
contains datatable in which datarow and datacolumn is
present.

Is This Answer Correct ?    7 Yes 14 No

What is dataset ?..

Answer / arief

DataSet is a Ado.net property.it's usage is making a
connection to morethen one table at a time.This mechanism
is dis-connection architecture.

Is This Answer Correct ?    5 Yes 15 No

Post New Answer

More ASP.NET Interview Questions

Explain the difference between array and linkedlist?

0 Answers  


If Asp Dot Application is stateless what happened? during designing

3 Answers   TCS,


Is post back in asp.net?

0 Answers  


To display data in the combo box, prior to setting the Data Source, what kind of property on a Combo Box do you set with a column name?

0 Answers   Siebel,


difference between Trace and Debug ?

2 Answers   Accenture, HCL, Patni,






Which property on a Combo Box do you set with a column name, prior to setting the DataSource, to display data in the combo box?

1 Answers  


How do u optimize a query in asp.net?

0 Answers   MCN Solutions,


What is the default timeout for a cookie?

0 Answers  


What is Serilazation? how many type of serilazation are their?

3 Answers  


What is role manager work in web.config? how to restrict perticular pages from the users using the role manager?

1 Answers   Infosys,


What is the life cycle of an asp.net page?

0 Answers  


Explain about asp.net 2.0 themes?

0 Answers  


Categories