Page 1 of 1

Stored Procedure Mapping for Insert using function

Posted: Thu 13 Jun 2013 10:33
by ksyme99
Hello,

I am trying to map a function on my Oracle database to an insert stored procedure. I have found it works fine when it doesn't return anything but I need it to return some basic data. Since it's a function which returns a scalar value, I cannot bind the column to the property, since the column name can't be found in the results. Is there a way to bind a function result using this? Or will I need to use an out parameter?

Ken

Re: Stored Procedure Mapping for Insert using function

Posted: Tue 18 Jun 2013 07:46
by Shalex
1. Are you using EDM Wizard (ADO.NET Entity Data Model, *.edmx) or Entity Developer (Devart Entity Model, *.edml)? We recommend using Entity Developer: http://www.devart.com/entitydeveloper/ed-vs-edm.html.
2. Specify versions of your Visual Studio and dotConnect for Oracle.
3. Send us your test model and the DDL script of the function and related database objects.