C
chsadaki
Hi ...
I am writing an application using jbuilderx and oracle9i, i wrote a
function in oracle using pl/sql that returns a number, and i tested it
in oracle sql and everything is ok and it returns a value.
The problem is that i cant get the value from jbuilder, i wrote this
code :
QueryProvider qp = new QueryProvider();
qp.executeStatement(dbname,"{:xx = call
funcname
nn,:jj)}",parameterRowName);
double d = parameterRowName.getDouble("xx");
but each time i test the d variable it is =0.0
and the remaining code of the function is executed well , I just need
to get the return value
please anybody can help me in this???
thanx
shameram
I am writing an application using jbuilderx and oracle9i, i wrote a
function in oracle using pl/sql that returns a number, and i tested it
in oracle sql and everything is ok and it returns a value.
The problem is that i cant get the value from jbuilder, i wrote this
code :
QueryProvider qp = new QueryProvider();
qp.executeStatement(dbname,"{:xx = call
funcname
double d = parameterRowName.getDouble("xx");
but each time i test the d variable it is =0.0
and the remaining code of the function is executed well , I just need
to get the return value
please anybody can help me in this???
thanx
shameram