2002-04-15 00:12:54 +00:00
|
|
|
<?xml version="1.0" encoding="iso-8859-1"?>
|
2004-02-24 08:46:39 +00:00
|
|
|
<!-- $Revision: 1.7 $ -->
|
2002-04-15 00:12:54 +00:00
|
|
|
<reference id="ref.ingres">
|
2004-02-24 08:46:39 +00:00
|
|
|
<title>Ingres II Functions</title>
|
2002-04-15 00:12:54 +00:00
|
|
|
<titleabbrev>Ingres II</titleabbrev>
|
2002-07-20 13:08:17 +00:00
|
|
|
|
2002-04-15 00:12:54 +00:00
|
|
|
<partintro>
|
2002-07-20 13:08:17 +00:00
|
|
|
<section id="ingres.intro">
|
|
|
|
&reftitle.intro;
|
|
|
|
<para>
|
|
|
|
These functions allow you to access Ingres II database servers.
|
|
|
|
</para>
|
|
|
|
<note>
|
|
|
|
<para>
|
|
|
|
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
|
2003-12-17 14:32:39 +00:00
|
|
|
must be committed or rolled back before opening another
|
|
|
|
transaction (which is automatically done when sending the first
|
2002-07-20 13:08:17 +00:00
|
|
|
query).
|
|
|
|
</para>
|
|
|
|
</note>
|
|
|
|
&warn.experimental;
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section id="ingres.requirements">
|
|
|
|
&reftitle.required;
|
|
|
|
<para>
|
|
|
|
To compile PHP with Ingres support, you need the Open API library
|
|
|
|
and header files included with Ingres II.
|
|
|
|
</para>
|
|
|
|
</section>
|
|
|
|
|
2002-11-30 12:45:47 +00:00
|
|
|
&reference.ingres-ii.configure;
|
2002-07-20 13:08:17 +00:00
|
|
|
|
2002-09-14 21:26:46 +00:00
|
|
|
&reference.ingres-ii.ini;
|
2002-07-20 13:08:17 +00:00
|
|
|
|
|
|
|
<section id="ingres.resources">
|
|
|
|
&reftitle.resources;
|
|
|
|
&no.resource;
|
|
|
|
</section>
|
|
|
|
|
|
|
|
&reference.ingres-ii.constants;
|
|
|
|
|
2002-04-15 00:12:54 +00:00
|
|
|
</partintro>
|
|
|
|
|
|
|
|
&reference.ingres-ii.functions;
|
|
|
|
|
|
|
|
</reference>
|
|
|
|
<!-- Keep this comment at the end of the file
|
|
|
|
Local variables:
|
|
|
|
mode: sgml
|
|
|
|
sgml-omittag:t
|
|
|
|
sgml-shorttag:t
|
|
|
|
sgml-minimize-attributes:nil
|
|
|
|
sgml-always-quote-attributes:t
|
|
|
|
sgml-indent-step:1
|
|
|
|
sgml-indent-data:t
|
|
|
|
indent-tabs-mode:nil
|
|
|
|
sgml-parent-document:nil
|
|
|
|
sgml-default-dtd-file:"../../../manual.ced"
|
|
|
|
sgml-exposed-tags:nil
|
|
|
|
sgml-local-catalogs:nil
|
|
|
|
sgml-local-ecat-files:nil
|
|
|
|
End:
|
|
|
|
vim600: syn=xml fen fdm=syntax fdl=2 si
|
|
|
|
vim: et tw=78 syn=sgml
|
|
|
|
vi: ts=1 sw=1
|
|
|
|
-->
|
|
|
|
|