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();
...

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to