Ingres II Functions
Ingres II
&reftitle.intro;
These functions allow you to access Ingres II database servers.
If you already used PHP extensions to access other database
servers, note that Ingres doesn't allow concurrent queries and/or
transaction over one connection, thus you won't find any result
or transaction handle in this extension. The result of a query
must be treated before sending another query, and a transaction
must be committed or rolled back before opening another
transaction (which is automatically done when sending the first
query).
&warn.experimental;
&reftitle.required;
To compile PHP with Ingres support, you need the Open API library
and header files included with Ingres II.
&reference.ingres-ii.configure;
&reference.ingres-ii.ini;
&reftitle.resources;
&no.resource;
&reference.ingres-ii.constants;
&reference.ingres-ii.functions;