In map schema. Schema->export Entire Schema to Database
Connection type: COM.ibm.db2.app.DB2Driver
Data Source:
jdbc:db2:ACCOUNT
Userid: db2admin
Password: db2admin
if i click button:
Test I receive the following errors:
java.lang.ClassNotFoundException: COM.db2.jdbc.app.DB2Driver
although my classpath contains: C:\SQLLIB\java\db2java.zip
I have unziped my db2java.zip file and find in it two DB2Driver.class files
The first one belongs to the "COM.ibm.db2.jdbc.app"
and the second one belongs to "COM.ibm.db2.jdbc.net" packages
thank you in advance