Many to many and stored procedures

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
McMlok
Posts: 26
Joined: Tue 04 Jun 2013 13:01

Many to many and stored procedures

Post by McMlok » Wed 05 Jun 2013 14:41

Hello,

I cannot call CRUD operation directly to Oracle and I must use stored procedures. But when I have in model many-to-many association I cannot set procedures in model designer. I found this sample for standard EF http://msdn.microsoft.com/en-us/library/cc716773.aspx and try to edit edml directy in xml editor. This works good but when I open my model in designer make change like move class on screen to left and than save, my changes in edml is gone. Is there posibility to have many-to-many use stored procedures instead of all INSERT/UPDATE/DELETE commands?

Thanks

I use dotConnect 7.7.252

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Re: Many to many and stored procedures

Post by Shalex » Fri 07 Jun 2013 14:03

Thank you for your report. We will post here when serialization/deserialization of mapping of stored procedures to CUD operations in an association is implemented.

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Re: Many to many and stored procedures

Post by Shalex » Wed 19 Jun 2013 09:33

The bug with a serialization of stored procedures mapping to CUD operations in an association is fixed. We will post here when the corresponding build of dotConnect for Oracle is available for download.

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Re: Many to many and stored procedures

Post by Shalex » Thu 20 Jun 2013 13:17

New build of dotConnect for Oracle 7.7.267 is available for download now!
It can be downloaded from http://www.devart.com/dotconnect/oracle/download.html (trial version) or from Registered Users' Area (for users with active subscription only).
For more information, please refer to http://forums.devart.com/viewtopic.php?f=1&t=27386.

Post Reply