Use a tcp/ip connection to avoid error -27000
Use a tcp/ip connection to the database
(vs. a shared memory connection)
Warning: E [SQLSTATE=IX 000 SQLCODE=-27000] in /u/www/lapdog/php_demo/php_demo4.php3 on line 40Unable to connect to Informix databaseInformix error: Cannot support multiple connections over shared memory.
-27000 Cannot support multiple connections over shared memory.
An application cannot use the CONNECT statement to make more than one connection that uses shared-memory communication (IPC).
Ensure that the application makes only one shared-memory connection at a time. If the application must use concurrent connections, the database server administrator might need to change the connection type
(as specified in the nettype field of the sqlhosts file) from a shared -memory connection to a network connection.