How do I import using the DB2 JDBC driver?
DB2 ships with a db2java.zip file which contains two different JDBC drivers. There is a "JDBC Type 2" driver (COM.ibm.db2.jdbc.app.DB2Driver) which relies on native DB2 libraries and there is also a "JDBC Type 4" driver (COM.ibm.db2.jdbc.net.DB2Driver) which is a pure Java library. FireStorm requires that the Type 4 driver be used (class name contains 'net' instead of 'app').

