Hi All,
I was able to resolve issue by giving below entries in my JAVA code:
String driverName = "com.ibm.db2.jcc.DB2Driver";
String url = "jdbc:db2://<IP>:<msgserverport#>/<SID>";
Thanks a lot for the help.
Regards,
Vineet
Hi All,
I was able to resolve issue by giving below entries in my JAVA code:
String driverName = "com.ibm.db2.jcc.DB2Driver";
String url = "jdbc:db2://<IP>:<msgserverport#>/<SID>";
Thanks a lot for the help.
Regards,
Vineet