Hello,
I'm trying connect to db2 using this code:
Class.forName("COM.ibm.db2.jdbc.app.DB2Driver");
con=DriverManager.getConnection("jdbc:db2:susana","db2inst1","db2inst1");
But I obtain the next exception: java.sql.SQLException: No
suitable driver
I have defined the c:\sqllib\java\db2java.zip;c:\sqllib\java\runtime.zip
in the CLASSPATH
Any idea?? Thank you in advance!
Susana