Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. nicka3

    Java and Stored Procedures

    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)
  2. nicka3

    Java and Stored Procedures

    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...

Part and Inventory Search

Back
Top