vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| 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(); .... |