Eduardo Narvaez
Eduardo Narvaez
I took out the 3 strings... and now the code is just like this... ``` oraconn.execute("call IC_INTC_COMERCIO.ObtenerLiquidaComercioRefCur(:1,:2,:3)", ['005000593', 'ESPA', new oracle.OutParam(oracle.OCCICURSOR)], function..... ``` It is still telling me error ORA-32108...
Thanks, i have control of the pl/sql code but i don't understand very well what i'm supposed to do. Should i convert all NULLs into empty strings (like '' in...
In fact, now it's working but the issue remains if somebody will like to fix it. I had just one null in the column results and that was not the...