I installed informix and esql ( I do not believe I installed the whole sdk because it looked like java centric , maybe the mistake). I can install and link the demo1 program but when it runs I realized it does not return anything from the data base. This is on Aix 5.1
The Data base is installed in /informix ( ids 9.4) and it is running and I can use dbaccess to get the same data the program is supposed to return, so that is cool.
The esql and stuff is installed in /informix_client. When I compile it goes good with no erros. When I run it, I get , the messages that it is running etc ( the printfs), but no messages with the data it is supposed to get.
The env
INFORMIXSERVER=demo_on
INFORMIXDIR=/informix_client ( also tried as /informix)
INFORMIXSQLHOSTS=/informix/etc/sqlhosts
Any help would be greatly appreciated.
Thanks,
Gene