executing a bool function in c#

ace333

Newcomer
Joined
Jul 19, 2005
Messages
22
i've been calling my functions in c# using the
select function_Name from dual , but i'm in a spot of bother now as i cant do this with the boolean function.
The reason i did this is because i could not get the code that is used to execute a stored procedure to work with the functions. The code for that includes an execute section that is included for the procedure part.

My issue: Is there a simple way to call a boolean oracle function from c# that takes three parameters and returns either true or false...
 
Back
Top