Hello
In fact I just have connection problem with Server Studio after i upgraded IDS to 14
I thought that it was a JDBC problem.
But it s not.
Will try to figure out why it doesn't connect (error -908)
Thanks
------------------------------
Sh To
------------------------------
Original Message:
Sent: Thu April 08, 2021 03:12 AM
From: Øyvind Gjerstad
Subject: Install JDBC on IDS 14
The simplest, especially if you are using maven for building, is to just get it from the main maven repository (https://repo1.maven.org/maven2), as part of the normal build procedure.
Add this to pom.xml:
<dependency>
<groupId>com.ibm.informix</groupId>
<artifactId>jdbc</artifactId>
<version>4.50.4.1</version> <!-- or whatever version you are interested in -->
<scope>compile</scope> <!-- or test, depends on your requirements -->
</dependency>
Since it is available here, it is also possible to simply download the required jar file from, say
https://repo1.maven.org/maven2/com/ibm/informix/jdbc/4.50.4.1/jdbc-4.50.4.1.jar
------------------------------
Øyvind Gjerstad
Developer/Architect
PostNord AS
------------------------------