It seems that the JBDC driver has a requirement for having 2 JAR files (JDBC driver and BLOB object) which I have but can’t figure out how to specify the path.
It seems that the JBDC driver has a requirement for having 2 JAR files (JDBC driver and BLOB object) which I have but can’t figure out how to specify the path.
I’m trying to connect to an existing DB hosted on IBM Informix Dynamic Server. Using Postgress is not an option in my case. I have not tried SQL Alchemy yet, but I suspect it’ll have the same issues as it appears to be just a way of accessing other libraries (such as JDBC), which I am already having problems with.
this!