I am accessing my database in DB2 using java program
I am using this statement:-
Class.forName("COM.ibm.db2.jdbc.app.DB2Driver");
con = DriverManager.getConnection("jdbc:db2://serverName/MOM", userName, password);
but i am getting "Error receiving from socket, server...
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.