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:
SQL Server data provider OLEDB data provider ODBC Data Provider
ADO.NET supports the following OLE DB Providers:
- SQLOLEDB - Microsoft OLE DB Provider for SQL Server. - MSDAORA - Microsoft OLE DB Provider for Oracle. - Microsoft.Jet.OLEDB.4.0 - OLE DB Provider for Microsoft Jet.
Join MindStick Community
You need to log in or register to vote on answers or questions.
We use cookies to ensure you have the best browsing experience on our website. By using our site, you
acknowledge that you have read and understood our
Cookie Policy &
Privacy Policy.
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:
SQL Server data provider
OLEDB data provider
ODBC Data Provider
ADO.NET supports the following OLE DB Providers:
- SQLOLEDB - Microsoft OLE DB Provider for SQL Server.
- MSDAORA - Microsoft OLE DB Provider for Oracle.
- Microsoft.Jet.OLEDB.4.0 - OLE DB Provider for Microsoft Jet.