My application's running :-) The problem was I have 'db2driver.jar' in the classpath, but I haven't included `db2jcc.jar' that is necesary for execute stored procedures with Callable Statement.
Thank you very muchhhhhhhhh...
(I'm sorry my English is very bad)
Hello!!
How can I obtain out param of Procedure in DB2 from Java??
My code is:
ConnectDB DB = new ConnectDB();
CON = DB.getConnection();
String sRES = "";
String param = "12345678"
CallableStatement cs = null;
String sSQL = " CALL...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.