Answer Posted / sooraj
dataset :-
dataset used disconnected mode(offline architecture) dataset
contain object of data table by using dataadapter by fill
method means dataadapter fill the fetch query of datatable
to data set..
datareader:-
its use connected mode arcetecture..its secure but
connection oriented.. its working some time we can say that
its same as a dataset but its direct access data by table..
datatable :- structured format it contain
a rows and columns.
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
Explain the different row versions available in table?
What are two types of transaction supported by ado.net?
What is the difference between typed and untyped dataset?
List all the steps in order, to access a database through ado.net?
What is disconnected data?
What are three methods for displaying data in a syncfusion datagrid
Explain the difference between data reader and data adapter?
Why do we need ado.net?
How can you identify whether or not any changes are made to the DataSet object since it was last loaded?
What is dataset object? Explain the various objects in dataset.
How to generate a single aggregate?
Explain sqlconnection object?
What is difference in record set and dataset?
What are the several execute methods of ado.net?
What is the use of data grid?