Using EF and Stored Procedures
cleme1aFeb 24 2011 — edited Mar 11 2011Hi,
Does anyone have a very simple example of using PL/SQL procedures in the entity framework to do the insert, updating and deleting of procedures?
I have scoured the net and have got my entity model to validate using a ref-cursor as the output parameter.
However, when I create a simple formview using the entity view and click on 'New' I enter a value and the page returns PLS-00036 'Invalid Argument'.
Thanks.
Edited by: cleme1a on Feb 24, 2011 2:03 PM