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
Which object needs to be closed?
What is untyped dataset?
Explian About DataAdapters
How to generate a single aggregate?
What connected data?
Explain sqlconnection object?
Give an example of a .net application which connects to microsoft access database using ado.net classes.
What is execute reader in ado.net?
What is the use of data grid?
What is the usage of the dataset object in ado.net?
What DataReader class do in ADO.NET ?
Explain the difference in record set and dataset?
What are the namespaces used in ADO.Net to connect to a database?
How to maintain the relation between two tables in ADO.NET?
Explain how to find the given query is optimised one or not?