what is the deference between dataset and data adapter?

Answers were Sorted based on User's Feedback



what is the deference between dataset and data adapter?..

Answer / o p yadav

Datasets store a copy of data from the database tables.
However, Datasets can not directly retrieve data from
Databases.
DataAdapters are used to link Databases with DataSets. If we
see diagrammatically,

DataSets < ----- DataAdapters < ----- DataProviders < -----
Databases

Is This Answer Correct ?    33 Yes 2 No

what is the deference between dataset and data adapter?..

Answer / sachin gupta

Dataset id used to fetch the data from database in the form row and columns (tables).



Data Adapter is just like meduim or channel through which data is coming from database to dataset

Is This Answer Correct ?    12 Yes 0 No

what is the deference between dataset and data adapter?..

Answer / satya kumar

dataset is defind copy of the from the it is not directly
connected to the database it connetsd by dataadpter. so
dataadpter is defind the connectin between database and
dataset

Is This Answer Correct ?    3 Yes 2 No

what is the deference between dataset and data adapter?..

Answer / chakri

Data Adaptor is used for manipulations in database like
select,update and delete and fills the data into dataset

the data accessed by dataadapter is filled in dataset

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More ASP.NET Interview Questions

Is object a value type or referenced type?

2 Answers  


what is wwf in asp.net?

3 Answers  


How does http session work?

0 Answers  


How many Garbage Collectors are there for one Application or one Page

1 Answers   Emphasis,


What's the difference between Page.RegisterClientScriptBlock and Page.RegisterStartupScript ?

1 Answers  






Explain the difference between debug.write and trace.write?

0 Answers  


How can u sort strings in array where strings are passed to method as arguments.

3 Answers   CTS, Syncfusion,


What data types do the RangeValidator control support?

2 Answers  


What is query string in asp.net?

0 Answers  


What r Callbacks in ASP.NET?

1 Answers  


what is the relation between delegates and events

4 Answers   IBM, iNautix,


Explain server-side scripting?

0 Answers  


Categories