Home > Software design >  Link to download Db2 11.5 Mod 7 Fix Pack 0
Link to download Db2 11.5 Mod 7 Fix Pack 0

Time:08-19

I found two sources to add them as maven dependency for JDBC 4.0 Driver (db2jcc4.jar) v11.5 M7 FP0 4.31.10 (JCC). One is the IBM official download enter image description here

Can someone help me to validate that these two are same JDBC 4.0 Driver (db2jcc4.jar) v11.5 M7 FP0 4.31.10 (JCC)?

CodePudding user response:

The Db2 JCC driver version can be obtained by the following command.

> java -cp /path/to/the/file/db2jcc4.jar com.ibm.db2.jcc.DB2Jcc -version
IBM Data Server Driver for JDBC and SQLJ 4.31.10
  • Related