Informix

 View Only
  • 1.  Can I get the version information in the ifxjdbcx.jar file?

    Posted Mon January 25, 2021 11:49 PM
    Hello All,
    Version information of the ifxjdbc.jar file can be checked with the com.informix.jdbc.Version class.
    I want to know if the version information of the ifxjdbcx.jar file exists.
    When the ifxjdbcx.jar file is uncompressed with the jar command, the Version class cannot be found, so the version information does not seem to exist.



    Thanks,
    SangGyu Jeong

    ------------------------------
    SangGyu Jeong
    Software Engineer
    Infrasoft
    Seoul Korea, Republic of
    ------------------------------

    #Informix


  • 2.  RE: Can I get the version information in the ifxjdbcx.jar file?

    Posted Tue January 26, 2021 01:28 AM
    Is this what you are looking for?






  • 3.  RE: Can I get the version information in the ifxjdbcx.jar file?

    Posted Tue January 26, 2021 05:24 AM
    @David Link
    Thank you for your reply.
    I couldn't check the version of the ifxjdbcx.jar file with the command in that document.
    It seems that the version information does not exist in the ifxjdbcx.jar file.​​

    ------------------------------
    SangGyu Jeong
    Software Engineer
    Infrasoft
    Seoul Korea, Republic of
    ------------------------------



  • 4.  RE: Can I get the version information in the ifxjdbcx.jar file?

    Posted Tue January 26, 2021 06:57 AM
    Hi.

    https://www.ibm.com/support/knowledgecenter/SSGU8G_12.1.0/com.ibm.jdbc_pg.doc/ids_jdbc_019.htm

    If you have the ifxjdbc.jar in the same directory as the ifxjdbcx.jar then the version of ifxjdbcx.jar is probably the same as ifxjdbc.jar

    Why not use a later version where it is only ifxjdbc.jar?

    JJ

    ------------------------------
    Jon Ritson
    ------------------------------



  • 5.  RE: Can I get the version information in the ifxjdbcx.jar file?

    Posted Tue January 26, 2021 07:56 AM
    @Jon Ritson
    Thanks for the reply.
    This is a question I got from a customer.
    I guess the customer checks the version in the ifxjdbc.jar file and believes that there is a class that can also check the version in ifxjdbcx.jar :)

    ------------------------------
    SangGyu Jeong
    Software Engineer
    Infrasoft
    Seoul Korea, Republic of
    ------------------------------



  • 6.  RE: Can I get the version information in the ifxjdbcx.jar file?

    Posted Tue January 26, 2021 11:42 AM
    For the older JDBC drivers, there is no separate version for the ifxjdbcx jar file.

    If you are on 4.10.JC9 or JC10 I can't remember for sure, we merged the two files together and there is just ifxjdbc.jar.

    So if they are asking about ifxjdbx.jar they should upgrade their JDBC driver 😄​

    ------------------------------
    Brian Hughes
    ------------------------------



  • 7.  RE: Can I get the version information in the ifxjdbcx.jar file?

    Posted Tue January 26, 2021 08:50 PM
    @Brian Hughes
    Unfortunately, the customer is currently using version 9.4, and there seems to be no plans to upgrade.😭​
    Presumably, they were investigating their software.

    ------------------------------
    SangGyu Jeong
    Software Engineer
    Infrasoft
    Seoul Korea, Republic of
    ------------------------------