What is main five diffrent between Connected And
Disconnected environment
Answer Posted / varma
Data Reader is a forward only and read only data
DataSet is used to maintain relationships between multiple
tables.
Data Reader can't persist the data
Data Set can persist the data
| Is This Answer Correct ? | 36 Yes | 16 No |
Post New Answer View All Answers
What is the difference between OLEDB Provider and SqlClient?
Explain the overview of ado.net architecture?
What are the ado.net connection pooling parameters?
What is the difference between oledb sql server and oledbdotnet provider?
What is data access pattern?
If a table contains 20000 records. In a page at each time 100 records to be displayed.
differance between ADO vs ADO.Net?
Explain ado.net features? Benefits? Drawbacks?
What is fill method in ado.net?
What is the difference between the clone() and copy() methods of the dataset class?
What are the data providers in ADO.NET framework?
Define atomicity?
how Sequence to connect and retrieve data from database using dataset?
In how many ways we can retrieve table records count? How to find the count of records in a dataset?
Why do we use sqldataadapter?