Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


what is a dataset?

Answers were Sorted based on User's Feedback



what is a dataset?..

Answer / sameer kumar das

1)Dataset works like a frontend database.
2)Dataset supports disconnected architecture.
3)Dataset is a class.
4)It is the collection of tables.
5)Hence dataadapter means it is interface between dataset
and database.
6)Dataset is a bridge.
7)Dataset is constraint like(primary key,foreign
key,relation).

Is This Answer Correct ?    6 Yes 0 No

what is a dataset?..

Answer / rajender

Data set is Disconnected Architecture. This is place to
store data that we retrive from data base(using Data
Adapter). After Retrive data from data base we no need to
maintain a connection with data base

Is This Answer Correct ?    3 Yes 0 No

what is a dataset?..

Answer / asfaq

Dataset is a fundamental object of ado.net.It provides a
basis of manipulating relational data in disconnected mode.

Is This Answer Correct ?    3 Yes 0 No

what is a dataset?..

Answer / m.mohan krishna

Dataset is an Ado.Net object.It is an Inmemory
representation of a database i.e it provides disconnected
environment using DataAdapter.

Is This Answer Correct ?    2 Yes 0 No

what is a dataset?..

Answer / rahul ecimt

Data set is passive contener of data.Dataset is an Ado.Net
object.It is an Inmemory representation of a database .
Data set is fill by dataadapter using Fill method.
data set work in disconnected mode.

Is This Answer Correct ?    2 Yes 0 No

what is a dataset?..

Answer / pushpendra singh

* DataSet is a virtual memory space as in representation of
data taken from datasource.
**We can store whole data of database in the dataset.

***At most of occassions we do all the manipulation of data
in dataset and than reflects all the changes in database.

****DataSet is the main component of disconnected
environment.It is responsible for desconnected environment.

*****We use Fill() method of DataAdapter to fill data in
dataset.

Is This Answer Correct ?    2 Yes 1 No

what is a dataset?..

Answer / vikas kumar jha

In ADO.NET we can retrive data from the database in two
ways that is "Connected Architecture" and the other one
is "Disconnected Architecture".
DataSet supports disconnected architecture
approach in which the data/table from the database is
populated by the DataAdapter (using Fill() method) in .xml
format so thats why it is also called as InMemory DataBase.

Is This Answer Correct ?    0 Yes 0 No

what is a dataset?..

Answer / ramireddy eevuri

This is one of the important fundamental object in ADO.NET
architecture.This is a disconnected architecture.DataSet
has more than one data table.data table contains data rows
and data columns.When ever we want retrieve the data from
more than one table,dataset is the best one.Dataset
maintain persistance data.

Is This Answer Correct ?    0 Yes 0 No

what is a dataset?..

Answer / vamseedhar

it is inmemory representation of data at the client system in
xml format or collection of table

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ADO.NET Interview Questions

What is reference by value how does it works in .net?

2 Answers   SQL Star,


What is difference between ado and other data object?

0 Answers  


How to add an aggregate column?

0 Answers  


What is bubbled event can you please explain?

0 Answers  


What?s the role of the DataReader class in ADO.NET connections?

7 Answers   Honeywell, Ksb,


i have two textboxes one for user name and another for password . i have a table name compare(which contains name,passwod etc.,)my doubt is how compare username textbox with name column and how compare password textbox with passwod column. i want the code

9 Answers   Wipro,


What is commandbuilder in ado.net?

0 Answers  


What connected data?

0 Answers  


What is an orm, and why would you use one instead of plain old ado.net?

0 Answers  


What provider ADO.net use by default ?

5 Answers   Accenture, BirlaSoft, Wipro,


Where does ADO.NET and XML web services come in the architecture ?

1 Answers   IBM, TCS,


Explain how to find the given query is optimised one or not?

0 Answers  


Categories