vote up 0 vote down star
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?!

flag

50% accept rate

1 Answer

vote up 0 vote down check

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

link|flag
Thanks, I will check and back... – Wael Dalloul Aug 23 at 12:23
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 Aug 24 at 7:52

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.