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 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

What are the best practices to follow to secure connection strings in an ASP.NET web application?

0 Answers   MCN Solutions,


What is page fragment caching?

0 Answers  


How to integrate angular 8 with asp.net mvc 5? : Asp.Net MVC

0 Answers  


Explain the use of duration attribute of @outputcache page directive.

0 Answers  


Explain code snippet to register exception filters from controller?

0 Answers  


What is a page life cycle?

0 Answers  


Name two properties common in every validation control?

9 Answers   Siebel Systems,


What is the difference between a session object and cache object

2 Answers   CitiGroup, PennyWise,


please can any describe 'Master Page' in ASP.Net 2.0

4 Answers  


In which event of the page viewstate is available?

0 Answers  


What is postback pixel?

0 Answers  


What is the difference between typeof() vs gettype()?

0 Answers  


Categories