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 are dcl commands?
Can we connect two dataadapters to same data source using single connection at same time?
What does ado stand for?
How can we perform transactions in .net?
What are the Data providers in ADO.Net?
What is an ado connection?
What is dataset and datatable in ado.net?
What is concurrency? How will you avoid concurrency when dealing with dataset? (One user deleted one row after that another user through his dataset was trying to update same row. What will happen? How will you avoid the problem?)
Which ado.net object is very fast in getting data from the database?
Some important instruction regarding ADO.NET connection string ?
What you mean by filtering of data?
How can you identify whether or not any changes are made to the DataSet object since it was last loaded?
Where is adodb dll located?
Which one of the objects is a high-level abstraction of the connection and command objects in ado.net?
What do you know about ado.net's objects?