Hi all,
Is there a way to list all databases in Informix 7.31? I know how to connect with dbaccess if the database is known but I have to make a list of databases in a unix shell script before I connect to each one. The reaseon for this is that the amount of databases will vary over time an my script must handle that.
I have tried to use things like "dbaccess -di .." and redirect i to a file and kill the process but that doesn't work very well and the outfile is hard to parse.
Thanks in advance.
Regards
Bernt Jernberg