Hi list,

I need you guys help.



I am a Java programmer and new to Universe. Could anybody show me how to
call a universe subroutine which returns a list of values?



Ex. sub1 (var in)

Returns three rows:

a1,b1,c1

a2,b2,c2

a3,b3,c3



How could I loop through these three rows and get each value?



Is something like:

UniSubroutine mSub = mSession.subroutine ( "sub1", 10);
mSub.setArg( 1, "05" );
mSub.call();

Should I use UniDataSet for the ResultSet returned?

Thanks in advance.

Kathy
-------
u2-users mailing list
[email protected]
To unsubscribe please visit http://listserver.u2ug.org/

Reply via email to