Anyone have ever tryed to connect to an IBM AS/400 ?
I'm trying with no-success from an NT4 Server with Apache 1.3.19- php4.0.4pl2
I've created a system dsn with a "Client Access ODBC Driver (32-bit)", and it's properly configured (MS Access is able to use it! [Argh!] ).
I'm stuck in the very first instruction :
$con = odbc_connect ( $dsn , $user , $pwd )
The error says something like:
[IBM][Client access driver...][SQL DB2 AS/400]Error connecting ....
It seems that the Client Access ODBC Driver isn't able to understand the PHP Unified ODBC Driver language.
Thanks a lot to anyone will say his opinion about this situation.
I'm trying with no-success from an NT4 Server with Apache 1.3.19- php4.0.4pl2
I've created a system dsn with a "Client Access ODBC Driver (32-bit)", and it's properly configured (MS Access is able to use it! [Argh!] ).
I'm stuck in the very first instruction :
$con = odbc_connect ( $dsn , $user , $pwd )
The error says something like:
[IBM][Client access driver...][SQL DB2 AS/400]Error connecting ....
It seems that the Client Access ODBC Driver isn't able to understand the PHP Unified ODBC Driver language.
Thanks a lot to anyone will say his opinion about this situation.