Connect to Informix Standard Engine (SE) From PHP

Is there any way to do this other than using ODBC? I doubt it is, but just wanted to check and see. I think the ODBC level is bad, but not sure about this problem. I know that the set of functions is bad (for example, it is impossible to get the number of selected rows).

+5
source share
1 answer

You can use Informix PDO

The hard part is getting it installed and working properly.

I have not used informix for more than 4 years, but I remember that it took us a while to get it to work.

0
source

All Articles