View Single Post

   
  #7 (permalink)  
Old 02-26-2008, 04:00 PM
Kenro Yamagata
 
Posts: n/a
Default Re: Federated Informix - how to djxlink?

Hi Joachim,

Joachim Banzhaf <jbanzhaf@ngi.de> wrote in message:
> Could you please point me to the right client sdk download? (AIX 4.3 32bit)

You can get the informations of Informix Client SDK at following url.
http://www-3.ibm.com/software/data/informix/tools/csdk/
The latest version for AIX4.3 32bit is CSDK 2.81.UC2.

> How do I verify what really is installed. What else is this command good
> for???

When Informix CSDK is installed, there is esql command under bin directory.
This is the precompiler which compiles the Embeded SQL files(.ec) to C source
files. You can get the CSDK version by 'esql -V'.

> I did verify that in the first scenario (informix server, on same machine as
> the db2 server, with dbaccess tool without csdk acting as client to an
> informix server on another machine). It worked fine. I'd be glad I knew
> what the equivalent would be in a client installation. dbacces is not part
> of it - at least not on my system.

Unfortunately, there is no tools which comunicates with servers interactively
in Informix CSDK as long as I know. We probably need to write a small
program.

Thanks,
Kenro
Reply With Quote