J
João Pedro Martins
Hello,
Can anyone tell me how to retrieve a boolean return value from an Oracle
Function,
using MS .Net Framework Data Provider for Oracle?
In the documentation there's a "Mapping Data Types" table that shows which
Oracle data types correspond to which .Net types (OracleType.xxx), but
Boolean is omitted...
My code is like this:
.... other parameters...
oracleCommand.Parameters.Add("O_retval",OracleType.XXXXX).Direction =
ParameterDirection.ReturnValue;
.....
what do use in place of the XXXXX when the Oracle function returns a
BOOLEAN?
Any help would be greatly apreciated.
Thanks in advance,
Joao Martins
Can anyone tell me how to retrieve a boolean return value from an Oracle
Function,
using MS .Net Framework Data Provider for Oracle?
In the documentation there's a "Mapping Data Types" table that shows which
Oracle data types correspond to which .Net types (OracleType.xxx), but
Boolean is omitted...
My code is like this:
.... other parameters...
oracleCommand.Parameters.Add("O_retval",OracleType.XXXXX).Direction =
ParameterDirection.ReturnValue;
.....
what do use in place of the XXXXX when the Oracle function returns a
BOOLEAN?
Any help would be greatly apreciated.
Thanks in advance,
Joao Martins