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
How does entity framework work?
What is ado.net explain with diagram?
What is the difference between DataReader and DataSet in ADO.NET?
Can we create Synonymns in MS Acess,My Sql Server,Sql Server? But iam we can create in oracle!
What does sqldatareader return?
What is row state?
What is ole in vb?
What is the default Timeout for SqlCommand.CommandTimeout property?
How to perform sorting on a table in ADO.NET?
Does dapper use ado.net?
Difference between sqlcommand and sqlcommandbuilder?
What DataReader class do in ADO.NET ?
What is executenonquery ado.net?
Give an example of a .net application which connects to microsoft access database using ado.net classes.
Define connection string?