php-doc-en/reference/ingres-ii/reference.xml

73 lines
1.8 KiB
XML
Raw Normal View History

<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.7 $ -->
<reference id="ref.ingres">
<title>Ingres II Functions</title>
<titleabbrev>Ingres II</titleabbrev>
<partintro>
<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
must be committed or rolled back before opening another
transaction (which is automatically done when sending the first
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>
&reference.ingres-ii.configure;
&reference.ingres-ii.ini;
<section id="ingres.resources">
&reftitle.resources;
&no.resource;
</section>
&reference.ingres-ii.constants;
</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
-->