Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

JDBC with JDK1.1.6 with DB2 on Windows NT4 workstation..Netscape Application server 4.0

0 views
Skip to first unread message

Thanush Thamban

unread,
Jul 11, 2001, 5:59:09 PM7/11/01
to
hi everybody,

Im tryign to use JDBC with servlets on Netscape Appl. Server 4.0
.. which has JDK1.1.6.
I get the following exception:

COM.ibm.db2.jdbc.DB2Exception: [IBM][JDBC Driver] CLI0600E Invalid
connection handle or connectionException
**** JDBC Exit from class sample01 - no Err is closed. SQLSTATE=S1000
at COM.ibm.db2.jdbc.app.SQLExceptionGenerator.check_return_code(SQLExceors.
ptionGenerator.java:413)
at COM.ibm.db2.jdbc.app.DB2Connection.connect(Compiled Code)
at COM.ibm.db2.jdbc.app.DB2Connection.<init>(DB2Connection.java:323)
at COM.ibm.db2.jdbc.app.DB2Driver.connect(DB2Driver.java:343)
at java.sql.DriverManager.getConnection(Compiled Code)
at java.sql.DriverManager.getConnection(DriverManager.java:163)
at tool.DBServlet.doGet(Compiled Code)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:715)
at tool.BaseServlet.service(BaseServlet.java:60)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:840)
at com.netscape.server.servlet.servletrunner.ServletInfo.service(ServletInfo.java:70)
at com.netscape.server.servlet.servletrunner.ServletRunner.execute(ServletRunner.java:394)
at com.kivasoft.applogic.AppLogic.execute(AppLogic.java:1273)
at com.kivasoft.applogic.AppLogic.execute(Compiled Code)

The same code with JDK1.2 works fine... I used the db2java.zip from
the sqllib dir. of DB2 Client for Windows NT..... where can i get the
driver for JDK1.1.6.. On the IBM website it says the minium req.
forJDBC connectivity to DB2 on Windows is jdk1.1.7..does that mean
that i cannot use a JDBC driver for JDK1.1.6

thanks in advance

thanush

DimitriM

unread,
Jul 12, 2001, 4:40:15 AM7/12/01
to
Dear Thanush,

The IBM driver probably uses functionality that is only available in
1.1.7 and up. I suggest that you take a look at the Merant JDBC
drivers. These drivers have also been QAd with 1.1.6.
Free evals are available on www.merant.com/datadirect.

If you encounter any technical problems, please contact the 24/366
technical support team.

Cheers,
Dimitri

thanush...@mbna.com (Thanush Thamban) wrote in message news:<cd124a51.0107...@posting.google.com>...

0 new messages