How to pass Table into stored procedure
Posted: Tue 11 Oct 2011 08:57
Hi Guys, I wanted to use EF 4.0 with oraDotconnect but when Im trying to map stored procedure Im getting this error:
Can you help me with this one? I really need that sort of functionality - with passing array into stored proc.
Thanks in advance.
Code: Select all
The function 'EZMANAGERPKG.REMOVEMPFOREZ' has a parameter 'ATBL_MP' at parameter index 4 that has a data type 'TABLE' which is not supported. The function was excluded.Thanks in advance.