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
Describe the command object and its method.
What are all the different methods under sqlcommand?
Which one of the objects is a high-level abstraction of the connection and command objects in ado.net?
How many major types of connection objects in ADO.NET?
What is executenonquery ado.net?
What is a string variable?
How can we save all data from dataset?
What is bubbled event?
What is dao and ado?
What are the types of databinding?
What is difference between entity framework and ado.net?
How can you identify whether or not any changes are made to the DataSet object since it was last loaded?
How to generate a single aggregate?
Explain all the classes those are used for database connections between sql server and asp.net?
Explain why canot we use multiple inheritance and garbage collector paralelly in .net?