---
title: "What is the role of data provider?"  
description: "What is the role of data provider?"  
author: "Pushpendra Singh"  
published: 2010-10-25  
updated: 2020-09-24  
canonical: https://www.mindstick.com/interview/124/what-is-the-role-of-data-provider  
category: "db2"  
tags: ["db2"]  
reading_time: 1 minute  

---

# What is the role of data provider?

The .NET data provider layer resides between the application and the database. Its task is to take care of all their interactions. \
The .NET Data provider can be demonstrated to be: \
1) SQL Server data provider \
2) OLEDB data provider \
3) ODBC Data Provider \

## Answers

### Answer by Rajesh Goswami

The .NET data provider layer resides between the application and the database. Its task is to take care of all their interactions. \
The .NET Data provider can be demonstrated to be: \
1) SQL Server data provider \
2) OLEDB data provider \
3) ODBC Data Provider \


---

Original Source: https://www.mindstick.com/interview/124/what-is-the-role-of-data-provider

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
