Re: [PHP] PDO_INFOMIX connection problem...

2011-06-30 Thread Steve Staples
On Wed, 2011-06-29 at 16:42 -0400, Steve Staples wrote: > I am trying to connect to an informix database, and using excel and odbc > it works fine. > > I installed the PDO_INFORMIX via: > pecl download pdo_informix > phpize > ./configure --with-pdo-informix=/opt/IBM/informix > make > make install

[PHP] PDO_INFOMIX connection problem...

2011-06-29 Thread Steve Staples
I am trying to connect to an informix database, and using excel and odbc it works fine. I installed the PDO_INFORMIX via: pecl download pdo_informix phpize ./configure --with-pdo-informix=/opt/IBM/informix make make install and it all appeard to work... phpinfo() shows that it's enabled, and act