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
What is the difference between DataReader and DataSet in ADO.NET?
What are two important objects of ADO.Net?
How to connect and retrieve data from database using dataset
What are different layers of ADO.Net?
What is difference between sqldatareader and sqldataadapter?
What do you mean by ‘batch updates’?
What are the data providers used in ado.net
What is ole2 format?
Define executenonquery?
What is sqlconnection and sqlcommand?
What is ole in excel?
Explain the basic use of "dataview" and explain its methods.
What are the core objects of ADO.NET?
How to identify the controls which can be used for binding data?
What is serialization and de-serialization in .net? How can we serialize the dataset object?