What is the difference between a Dataset and DataReader?
Can dataReader hold data from multiple tables?
Answer Posted / sandyni
DataSet is a disconnected object and holds the data from
datastore. It can hold the data of more than one table.
where as dataReader is connected architecture which can
rbe used to read the data from the dataset in forward only
fashion. DataReader cannot hold multiple tables of data.
Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
What is ole data type?
What is ado and dao?
What is the difference between linq and ado.net?
what is the difference betwen typed dataset and untyped dataset?in general which dataset can we use in programming?
What is ado in agriculture?
What does executereader return?
What is dbcontext and dbset in entity framework?
What are the key events of sqlconnection class?
Explain what are the steps to connect to a database?
What is data control techniques?
Which is the feature of ado.net?
how we can fire event in databound coulm in datagfrid withot using button?
What is the difference between DataReader and DataSet in ADO.NET?
What is data access pattern?
What is the difference between Response.Expires and Reponse.ExpiresAbsolute?