using stored procedure

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
tchovis
Posts: 12
Joined: Fri 03 Apr 2009 12:56

using stored procedure

Post by tchovis » Mon 03 May 2010 13:54

How can i use a stored procedure that is inside a packege and return a collection of entities. Using the entity framework ( i tried with a lot of methods works well if i use linq to oracle but don't work any way with entities used to work with version 5.25)

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

Post by AndreyR » Thu 06 May 2010 13:45

Do you experience the problem using Entity Developer or the ADO.NET Entity Data Model designer?

tchovis
Posts: 12
Joined: Fri 03 Apr 2009 12:56

Post by tchovis » Mon 10 May 2010 09:39

entity developer and the ado make the same problem ( in the ado i have to change tha xml manual to the procedure work)

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

Post by AndreyR » Tue 11 May 2010 10:12

Please send me (supprot * devart * com, subject "LINQ SP problem") the script of the procedure causing the error, we will investigate the problem.

Post Reply