views:

152

answers:

2

I am using .NET 3.5. I want to use Oracle Data provider in Data Access Application Block of Enterprise Library. Do I need to install ODP.NET? I am using oracle 10g client.

A: 

As far as I know, the Oracle Data Provider for .NET is required.

Our software works with both SQL and Oracle. When a customer uses Oracle, ODP.NET is required.

Rhapsody
A: 

I think you may need to amend the Enterprise Library to use ODP .NET

This article should help you with this http://www.codeproject.com/KB/database/DAAB_On_ODPNet.aspx

Barry