EntityFramework + Oracle

Discussion of open issues, suggestions and bugs regarding Entity Framework support in ADO.NET Data providers
Post Reply
fcorreia
Posts: 5
Joined: Mon 20 Apr 2009 08:38

EntityFramework + Oracle

Post by fcorreia » Mon 20 Apr 2009 14:15

I'm using a solution where I share the CSDL and MSL, and have a SSDL for each database provider (SQL Server and Oracle)

When I add a new element it works fine in both.

When I try to change an element dont work in Oracle (fails on SaveChanges with a Timeout of my Webservice) and when I remove I get the same behaviour.

It all works fine in SQL Server.

Any suggestions?

AndreyR
Devart Team
Posts: 2919
Joined: Mon 07 Jul 2008 13:16

Post by AndreyR » Wed 22 Apr 2009 09:52

Could you make a small test project illustrating the problem and send it to us (support * devart * com, subject "EF Ora+MSSQL")?

Post Reply