susana

Greenhorn
+ Follow
since Jul 11, 2001
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by susana

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
23 years ago