Where do I download JDBC drivers for DB2 that are compatible with JDK 1.5? They seem to be very elusive and I hit many dead-ends at IBM's website. I managed to find versions of the driver bundled with some tools such as IBM Data Studio. Unfortunately, these versions either target a JVM too modern (JDK 1.6, leading to class version errors) or too ancient (JDK 1.2, leading to known bugs when run on JDK 1.5).
相关问题
- Difference between Types.INTEGER and Types.NULL in
- Do you need to close the connection you get from j
- What is the best way to handle BOOLEAN values in D
- SQL1032N No start database manager command was iss
- metaData.getPrimaryKeys() returns a single row whe
相关文章
- Java的JDBC可以返回HashMap吗?
- Get the connected mysql database name (JDBC)
- Escape percentage sign DB2 SQL
- DB2 SQL error: SQLCODE: -206, SQLSTATE: 42703 [clo
- Extra rows being received when matching pairs in S
- GWT JDBC LDAP connection fails
- MySQL driver problem in my dynamic web project (JP
- Java ETL process
Right here: http://jt400.sourceforge.net/
This is what I use for that exact purpose.
EDIT: Usage Examples (minus exceptions):
Hope that helps!
official Link of DB 2 JDBC Driver from IBM
I know its late but i recently ran into this situation. After wasting entire day I finally found the solution. I am suprised that I got this info on oracle's website whereas this seems nowhere to be found on IBM's website.
If you want to use JDBC drivers for DB2 that are compatible with JDK 1.5 or 1.4 , you need to use the jar
db2jcc.jar
, which is available inSQLLIB/java/
folder of your db2 installation.you can download and install db2client and looking for - db2jcc.jar - db2jcc_license_cisuz.jar - db2jcc_license_cu.jar - and etc. at C:\Program Files (x86)\IBM\SQLLIB\java