Frequently Asked Interview Questions

What is the difference between DataReader and DataAdapter?

DataReader Vs DataAdapter.
  • DataReader provde read only and forward only data access.
  • DataReader can increase application performance and reduce system overhead.
  • DataReader is connection oriented where as Data Adapter is disconnected.
  • DataReader we have to open and close connection explicitly where as if we use DataAdapter the connection is automatically opened and closed.

Most Visited Pages

Home | Site Index | Contact Us