G
Guest
If you have created an oracle function which returns a single value, can you
use the "ExecuteScalar" method to return that value? I have tried and I
continue to get an error (Object not set). I have coded my parameter name as
being "RetVal" with an output type of "returnValue". Why can't I run the
"ExecuteScalar" method? I have wrapped a procedure around the function an
called the procedure with a datareader, that works, but it seems that I
should be able to use the "ExecuteScalar" method. Is there a way?
use the "ExecuteScalar" method to return that value? I have tried and I
continue to get an error (Object not set). I have coded my parameter name as
being "RetVal" with an output type of "returnValue". Why can't I run the
"ExecuteScalar" method? I have wrapped a procedure around the function an
called the procedure with a datareader, that works, but it seems that I
should be able to use the "ExecuteScalar" method. Is there a way?