Saturday, July 26, 2014

Connect Oracle Database with Entity Framework

With lot of efforts I have found the actual ODAC and ODT driver that provide visual studio development enviroment with oracle 10g (11g latter) and database connection.

The ODAC you can downlaod from the url:  http://www.oracle.com/technetwork/topics/dotnet/utilsoft-086879.html















Install this ODAC driver. Now when you add EDMX (Entity Framework) file then you get the
Oracle Data Provider For .Net.
























Select this driver fill the datasource name, user name and password.
Now you connect with  your oracle database.

No comments:

Post a Comment