G
Guest
I'm trying to use OracleCommand.ExecuteScalar to return a single value from an Oracle stored procedure. However it return 'null' when the out parameter is a REF CURSOR, and 'Nothing' when the out parameter is a Number.