What is the purpose of a data provider in ADO.NET?

  • To establish a connection between the application and the database.
  • To format data before it is stored in the database.
  • To manipulate data retrieved from the database.
  • To provide access to data sources for reading and writing data.
A data provider in ADO.NET serves as a bridge between the application and the underlying data source, enabling access to various data storage mechanisms. It abstracts the details of how data is retrieved, stored, or manipulated, providing a consistent interface for accessing data regardless of the data source type.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *