I need to connect my application to the database of an outdated Informix 7.2 database.
From what I was able to find out, theoretically there should be a database service on the 50,000 server. The problem is that I cannot find the database service in the Operating System.
For now, I can use dbaccess and execute requests from the command line.
I would like to use a database driver (e.g. http://code.google.com/p/ibm-db/ ), so my application can connect and query the database with the cursor, but since I cannot find the database service apparently I can’t ...
Am I missing something? Are there options that I am not considering?
Is it possible to have an Informix database in which dbaccess is the only interface?
source
share