New version, very bad for me

Discussion of open issues, suggestions and bugs regarding Entity Framework support in ADO.NET Data providers
Post Reply
lsforzini
Posts: 14
Joined: Mon 20 Oct 2008 16:35

New version, very bad for me

Post by lsforzini » Mon 06 Apr 2009 10:41

:x I'm very, very angry. I develop a tool to generate n-tier application based on edmx file generated from VS2008. With the 4 version of OraDirect.NET, no problem. I was able to generate the edmx with all associations. Now with the new version 5 of dotConnect for Oracle I get this error:

The relationship 'ONHOSPITAL.T_AMB_CONSULENZE_DETTAGLIO_APP' has columns that are not part of the key of the table on the primary side of the relationship which is not supported, the relationship was excluded.

but the relationship is correctly generated in Oracle.
This appens when the relationship is multi-columns.
I can't use EntityDeveloper because doesn't generate edmx, is very slow and, for entity framework, is not free. Please, tell me if you mean to solve this problem in next release otherwise I'm forced to change provider.

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

Post by AndreyR » Tue 07 Apr 2009 06:56

Could you please describe the situation in which Entity Developer is very slow?

lsforzini
Posts: 14
Joined: Mon 20 Oct 2008 16:35

Post by lsforzini » Tue 07 Apr 2009 07:26

I have a database with about 150 table and 600 relationship. Retrieve the model from database take about 20 minutes. Retrieve the model with edmgen take only 30 seconds.

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

Post by AndreyR » Tue 07 Apr 2009 12:31

We are working on increasing the performance at the moment.
The new Entity Developer 2.0 Beta 2 will contain significant improvements in this direction.
This Beta will be available this week.

Post Reply