Difference between datareader and dataset?
Answer Posted / vikas choudhary
Data Reader is faster then dataset as Datareader is a
direct method of fetching data where as dataset is indirect
method. Dtatset take data from data adapter
| Is This Answer Correct ? | 7 Yes | 5 No |
Post New Answer View All Answers
Define different execute methods of ADO.NET command object ?
How do you merge 2 datasets into the third dataset in a simple manner?
Explain the difference between data reader and data set?
How is entity framework different from ado.net?
Explain sqlconnection object?
Explain the differences between oledb sql server, oledbdotnet provider?
can we create synonymn in ms access,sql server,my sql if so explain me with example
What are the Features of a dataset
What is sql connection in ado.net?
What is the default Timeout for SqlCommand.CommandTimeout property?
What is the use of ADO.NET and XML web services?
What is sqldatareader in ado.net?
What is serialization and de-serialization in .net? How can we serialize the dataset object?
What is the procedure to call a Stored Procedure of Back End in ADO (ActiveX Data Object) and RDO (Remote Data Objects)?
What are dataproviders?