Saved Bookmarks
| 1. |
What are the data providers in ADO.NET? |
|
Answer» Data providers are used to transferring the data between the client application and the data store. It encapsulates the database-specific details. Data providers are HELPFUL for database connection, data retrieval, storing the data in a dataset, reading the retrieved data, and updating the database. The data providers that comes along with the ADO.NET Framework are:
|
|