No suitable driver(VisualAge-DB2)

I get "java.sql.SQLException No suitable driver" when trying to import a schema from a DB2 (V.5.2) database(VisualAge for Java Enterprise. 3.5 for Win). Before I added the zip file with DB2 drivers to the Workspace classpath. How I can fix it?Thanks in advance.
[282 byte] By [jaquest] at [2007-9-26 3:27:38]
# 1

Hi! I haven't used the latest edition of VA. However, the prior versions did not seem to like compressed archives much. Is this ZIP file compressed? If so, you may want to do one of the following.

1) Unzip the contents into a directory and add the latter to your Workspace classpath.

2) Unzip the contents, archive the constituent files into a jar file and add the latter to the Workspace classpath.

Hope this helps! Feel free to ask if something's not too clear.

Cheers!

amolk at 2007-6-29 11:50:33 > top of Java-index,Database Connectivity,Java Database Connectivity (JDBC)...
# 2
Hi,Thanks for your reply. I tried what you recommended but it didn't work. Thanks any way.jaquest
jaquest at 2007-6-29 11:50:33 > top of Java-index,Database Connectivity,Java Database Connectivity (JDBC)...