Forum Discussion
Adrian
14 years agoNew Contributor
Thanks for the quick answer!
That's what I already did - I already got the message in the log file that my jar file is added to the classpath. The problem is how can I use this file with a JDBC Request, see my description above.
That's what I already did - I already got the message in the log file that my jar file is added to the classpath. The problem is how can I use this file with a JDBC Request, see my description above.
Now I inserted a JDBC Request. How can I use my imported file? Moreover I cannot find my driver in the Preferences -> Jdbc Driver Properties Section. How can I add my driver manually so that it can be used in my JDBC Request?
Of course I can manually add the driver but what do I have to put in the driver column (like "IBMDB2/COM.ibm.db2.jdbc.app.DB2Driver") or is their no deeper sense in this declaration?
If I add the driver manually I get different exceptions while configuring the JDBC Request:
- "Failed to load JDBC driver jt400"
- Can't get the Connection for specified properties; java.lang.Exception: Failed to init connection for drvr [jt400], connectionString [jdbc:as400://yyy.yyy.yyy.yyy?user=YYYYYYY&password=PASS_VALUE]