R
rpbinphilly
Hi.
I have not been able to get a PLSQL stored FUNCTION to return a ref
cursor. (Stored Procedures work fine.)
I get a ORA-06550 return codes, and other similar messages that
indicate that the C# OracleParameter should be of Direction type =
Output. Event though a call to .DeriveParameters returns a param of
type ReturnValue...
It is a simple PLSQL function that returns a ref cursor and accepts no
input parameters.
I am using Oracle 10G and .NET Framework 1.1.
Has anyone else experienced problems with this? Are there any known
limitations to the Microsoft .NET Oracle Provider? Any good sources of
info?
Any and all enlightenment gratefully received.
Thanks in advance.
rpb
I have not been able to get a PLSQL stored FUNCTION to return a ref
cursor. (Stored Procedures work fine.)
I get a ORA-06550 return codes, and other similar messages that
indicate that the C# OracleParameter should be of Direction type =
Output. Event though a call to .DeriveParameters returns a param of
type ReturnValue...
It is a simple PLSQL function that returns a ref cursor and accepts no
input parameters.
I am using Oracle 10G and .NET Framework 1.1.
Has anyone else experienced problems with this? Are there any known
limitations to the Microsoft .NET Oracle Provider? Any good sources of
info?
Any and all enlightenment gratefully received.
Thanks in advance.
rpb