views:

289

answers:

2

Is it possible to create ADO.NET Entity data model with oracle in VS 2008? If not what should i use?

A: 

You can create an entity data model for Oracle, but Microsoft does not provide active support for such. See here

BBlake
+1  A: 

Hi

OpenLink Software provide an ADO.Net Entity Framework Provider for Oracle as detailed at:

http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/VirtOracleEntityFrameworkUsage

Best Regards Hugh Williams Professional Services OpenLink Software Web: http://www.openlinksw.com Support: http://support.openlinksw.com Forums: http://boards.openlinksw.com/support Twitter: http://twitter.com/OpenLink

hwilliams
Thanks for your answer but i moving to NHibernate.
Mr. Flint