Oracle introduced new
dll to connect Oracle database from .NET.
- Down load latest ODP.net package from oracle site. You should download the correct version of package based on your visual studio version
- You can check the link for the right version
- After install you can find the Oracle.ManagedDataAccess.dll @D:\xxxxxxxxx\product\12.1.0\client_1\odp.net\managed\common\Oracle.ManagedDataAccess.dll
- Add the dll as a reference to your project solution in Visual studio.
- using Oracle.ManagedDataAccess.Client;
No comments:
Post a Comment