This is a discussion on JDBC, DB/2, Apache and Tomcat within the DB2 forums, part of the Database Server Software category; --> I'm attempting to access DB/2 via V8 JDBC drivers on a Windows based Apache/TomCat web server in jsp pages. ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| I'm attempting to access DB/2 via V8 JDBC drivers on a Windows based Apache/TomCat web server in jsp pages. The driver loads just fine, Class.forName("com.ibm.db2.jcc.DB2Driver"), but when I try to make a connection it complains with the following error: "Failure in loading T2 native library db2jcct2" db2jcct2 is a dll file. I've been unable to find any information on this. Anyone have an idea how to get this working? Thanks Frank |