Informix

Informix: BLOB and CLOB values are not displayed properly
Problem: When showing BLOB or CLOB data stored in a table, the column(s) is highlighted and a "Blob not found" error might be displayed.  Sol...
Wed, 24 Apr, 2024 at 9:49 PM
Informix: Enable support for delimited identifiers
The use of delimited identifiers are required to properly handle database object names that consists of special characters, whitespace, and/or mixed case n...
Mon, 9 Oct, 2023 at 2:08 PM
Informix: Driver throws ClassNotFoundException: org.bson.BSONObject
When connecting to Informix using the Informix JDBC driver you may get the following exception: java.lang.ClassNotFoundException: org.bson.BSONObject at...
Mon, 21 Mar, 2022 at 12:52 PM
Informix: Connect using SSL
To connect to an Informix DB using SSL/TLS you need to add some driver properties in the connection. The properties are not exposed by the driver, so you wi...
Fri, 5 May, 2023 at 3:21 PM