Guest User

Untitled

a guest
Sep 5th, 2018
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. Problem in establishing DB2 connection in Java with wrong username/password
  2. Connection con = DriverManager.getConnection("jdbc:db2://Rahulkcomputer:50000/XAN4", "rahulk", "dbirs#35");
  3.  
  4. Connection con = DriverManager.getConnection("jdbc:db2://127.0.0.1:50000/XAN4", "rahulk", "dbirs#35");
  5.  
  6. SELECT CURRENT SQLID FROM SYSIBM.SYSDUMMY1
Add Comment
Please, Sign In to add comment