本文介绍了如何在ADO.NET实体数据模型中连接到Oracle的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

当我问这个问题时,有人建议我使用Entity Framework:



所以我读了很多关于实体框架的文章,我了解实体框架设计为数据源独立,它将支持大多数流行的DBMS。



我有vs2008 SP1,和我尝试添加 ADO.NET实体数据模型,但是我无法从Oracle连接生成模型,似乎只是支持SQL Server !!



那么支持Oracle还是不支持?

解决方案




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?!

解决方案

http://code.msdn.microsoft.com/EFOracleProvider
Can you use Microsoft Entity Framework with Oracle?

这篇关于如何在ADO.NET实体数据模型中连接到Oracle的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-04 05:35
查看更多