1. Extremely slow DB2 connectivity in Java stackoverflow.comI am trying to connect to a IBM DB2 9 database on a Linux server from my Java application. I am using db2jcc.jar (DB2 Universal JDBC Driver). Establishing a connection takes ... |
2. DB2 connectivity - strange error coderanch.comHI, I am using DB2 as database to connect from weblogic application server. Here is part of the code from the DAO class: ======= public class TestDAO { private Connection dbCon; private CustomDTO responseDTO; public void setConnection() throws CustomException { //get the weblogic connection from the data source; dbCon = WLUtil.getWLConnection("datasource_custom"); } public void closeConnection() { //connection to be closed here ... |
3. jdbc connectivity for db2 coderanch.com |
4. DB2 connectivity coderanch.com |
5. DB2 JDBC Connectivity coderanch.com |