generated procedure method not working properly

Discussion of open issues, suggestions and bugs regarding Entity Framework support in ADO.NET Data providers
Post Reply
kaveh_h
Posts: 2
Joined: Tue 30 Aug 2011 07:11
Location: Stockholm, Sweden

generated procedure method not working properly

Post by kaveh_h » Thu 01 Sep 2011 07:57

I'm using a trial evaluation of devart dotConnect for Oracle and entity developer,

I have setup a model and created a stored procedure with corresponding method in entity developer, but when I debug the generated method the procedure doesn't seem to be called correctly (I have tried to call the method in SQL Developer and it works correctly).

My procedure has 2 parameters, one input parameter and one output parameters.

When I call the generated method now exception is thrown instead my output parameter does not seem to have been set.

I'm pretty sure something is wrong with how my model is designed, but how can I debug and correct my model ?

I have already checked option Debug -> Exceptions -> Common language runtime exceptions thrown.

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

Post by Shalex » Fri 02 Sep 2011 09:56

Please refer to http://www.devart.com/forums/viewtopic.php?t=21687.

If this does not help, specify the exact text of the error, your call stack, and send us a small test project with the corresponding DDL/DML script to reproduce the issue in our environment.

Post Reply