List:General Discussion« Previous MessageNext Message »
From:Rilawich Ango Date:May 2 2008 12:31pm
Subject:ot: callablestatement
View as plain text  
HI ,
I am using java to call store procedure as following.  However, the
program hangs when it reaches the line 30 below.  Any clue to make it
works?

...
30: CallableStatement cs = myConn.prepareCall({ call proc1() });
31: cs.execute();
...
Thread
ot: callablestatementRilawich Ango2 May 2008