what is the deference between dataset and data adapter?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
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 |
Can you explain the difference between an ADO.NET Dataset and an ADO Recordset?
Can we add code files of different languages in app_code folder?
what is stateless ?
What are Session states available and its Uses?
What is the maximum amount of memory any single process on Windows can address? Is this different than the maximum virtual memory for the system? How would this affect a system design?
Difference Between GridView And DataList
About CLS and CTS ?
Define a web service in .net?
what is wwf in asp.net?
What can we do with asp.net?
Can I combine classic asp and asp.net pages?
What do you mean by serialize?