ot: callablestatement
- Date: Fri, 2 May 2008 18:31:05 +0800
- From: "Rilawich Ango" <maillisting@xxxxxxxxx>
- Subject: ot: callablestatement
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/mysql?unsub=royale@xxxxxxxxxx