Hello,
how can I connect to a local db2 database (Personal Edition) out of a servlet in tomcat???
I copied the driver classes (db2java.zip)in common/lib directory. but when I call
Class.forName("COM.ibm.db2.jdbc.app.DB2Driver");
Connection my_con =...
Hello,
I'm a newbie in struts and have the following problem:
i want to connect to a local DB2 Personal Edition Database. but everytime i get a ClassNotFoundException by running the code in a Model Bean:
import java.sql.*;
public boolean checkLogin(String user, String password)
throws...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.