G
Guest
I guess there must be something different in calling an Oracle Function vs. a
Oracle Procedure. I have procedures working just fine, but when I go to call
an Oracle Function, I never get anything returned.
I was getting an error indicating that the wrong number of parms or the
wrong type of parms errors, until I changed the "direction" to "Return
Value", once I did this, then those errors went away, but when I read the
datareader or ExecuteScalar, nothing is ever return. When I execute the
function in Toad, it returns a value, so I know the function works in Oracle.
What am I missing about how to call a function?
Thanks inadance for your assistance!!!
Oracle Procedure. I have procedures working just fine, but when I go to call
an Oracle Function, I never get anything returned.
I was getting an error indicating that the wrong number of parms or the
wrong type of parms errors, until I changed the "direction" to "Return
Value", once I did this, then those errors went away, but when I read the
datareader or ExecuteScalar, nothing is ever return. When I execute the
function in Toad, it returns a value, so I know the function works in Oracle.
What am I missing about how to call a function?
Thanks inadance for your assistance!!!