2

I'm using VS 2008 SP1. I want to create an edmx file using my existing database in Oracle 10g. I tried to add ADO.Net Entity Data Model item, but in the Entity Data Model Wizard, .NET Provider for Oracle does not show up. Can someone suggest a way to connect to existing Oracle database to generate the edmx file? Thanks.

MNIK
  • 1,581
  • 3
  • 16
  • 22
  • 2
    Some information and links about the subject: http://stackoverflow.com/questions/82644/can-you-use-microsoft-entity-framework-with-oracle – Slauma Apr 02 '10 at 10:45

1 Answers1

0

you need to install ODAC Beta EntityFramework. Can be downloaded from: http://www.oracle.com/technetwork/topics/dotnet/downloads/oracleefbeta-302521.html

Michal B.
  • 5,676
  • 6
  • 42
  • 70