Diff. b/w DataReader and DataSet?
Answer Posted / mukul anand
Datareader object is used to directly connect with the data
source and Dataset object is used to create a cache of the
original data source and then retrieve or update the date in
the dataset. It is a disconnected enviornment.
Is This Answer Correct ? | 12 Yes | 1 No |
Post New Answer View All Answers
Which object is used to add relationship between two Datatables?
What is ole data type?
How many major types of connection objects in ADO.NET?
If we are not returning any records from the database, which method is to be used?
What is the difference between linq and ado.net?
Give an example that shows how to execute a stored procedure in ado.net?
How is it possible to get 2 tables of data at a time by using data reader?
What are the data access namespaces in .NET?
What is the role of the dataset object in ado.net?
What you mean by filtering of data?
What is data relation?
What is difference between entity framework and ado.net?
What are the parameters that control most of connection pooling behaviors?
What is sqlconnection and sqlcommand?
What is datasource in ado.net?