views:

1487

answers:

1

Somebody advice me to use Entity Framework here when I asked this question: what is better to build Data layer, Strongly Typed DataSets or Classes

So I read a lot of articles about Entity Framework, I understood that Entity Framework designed to be data-source independent and it will support most of the popular DBMSs.

I Have vs2008 with SP1, and I tried to add ADO.NET Entity Data Model, but I couldn't generate the model from Oracle connection, it seems that it's just supporting SQL Server!!

So does it support Oracle or not yet?!

A: 

http://code.msdn.microsoft.com/EFOracleProvider
http://stackoverflow.com/questions/82644/can-you-use-microsoft-entity-framework-with-oracle

HuBeZa
Thanks, I will check and back...
Wael Dalloul
it seems that still no solution coming from the Microsoft camp and all the other solutions are commercial or tests that you can't use in production environments.Anyway thanks for your help...
Wael Dalloul