2002-04-15 00:12:54 +00:00
|
|
|
<?xml version="1.0" encoding="iso-8859-1"?>
|
2002-08-09 10:26:12 +00:00
|
|
|
<!-- $Revision: 1.4 $ -->
|
2002-04-15 00:12:54 +00:00
|
|
|
<reference id="ref.fbsql">
|
|
|
|
<title>FrontBase Functions</title>
|
|
|
|
<titleabbrev>FrontBase</titleabbrev>
|
|
|
|
<partintro>
|
2002-05-06 07:19:01 +00:00
|
|
|
|
|
|
|
<section id="fbsql.intro">
|
|
|
|
&reftitle.intro;
|
|
|
|
<simpara>
|
|
|
|
These functions allow you to access FrontBase database servers.
|
|
|
|
More information about FrontBase can be found at <ulink
|
|
|
|
url="&url.fbsql;">&url.fbsql;</ulink>.
|
|
|
|
</simpara>
|
|
|
|
<simpara>
|
|
|
|
Documentation for FrontBase can be found at <ulink
|
|
|
|
url="&url.fbsql.docs;">&url.fbsql.docs;</ulink>.
|
|
|
|
</simpara>
|
|
|
|
<simpara>
|
|
|
|
Frontbase support has been added to PHP 4.0.6.
|
|
|
|
</simpara>
|
|
|
|
</section>
|
|
|
|
|
2002-08-09 10:26:12 +00:00
|
|
|
<section id="fbsql.requirements">
|
2002-05-06 07:19:01 +00:00
|
|
|
&reftitle.required;
|
|
|
|
<para>
|
|
|
|
You must install the FrontBase database server or at least the
|
|
|
|
fbsql client libraries to use this functions. You can get FrontBase
|
|
|
|
from <ulink url="&url.fbsql;">&url.fbsql;</ulink>.
|
|
|
|
</para>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section id="fbsql.installation">
|
|
|
|
&reftitle.install;
|
|
|
|
<para>
|
|
|
|
In order to have these functions available, you must compile PHP with
|
|
|
|
fbsql support by using the <option role="configure">--with-fbsql</option>
|
|
|
|
option. If you use this option without specifying the path to fbsql,
|
|
|
|
PHP will search for the fbsql client libraries in the default
|
|
|
|
installation location for the platform. Users who installed FrontBase
|
|
|
|
in a non standard directory should always specify the path to fbsql:
|
|
|
|
<option role="configure">--with-fbsql=/path/to/fbsql</option>. This will
|
|
|
|
force PHP to use the client libraries installed by FrontBase, avoiding any
|
|
|
|
conflicts.
|
|
|
|
</para>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section id="fbsql.configuration">
|
|
|
|
&reftitle.runtime;
|
|
|
|
<para>
|
|
|
|
</para>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section id="fbsql.resources">
|
|
|
|
&reftitle.resources;
|
|
|
|
<para>
|
|
|
|
</para>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
&reference.fbsql.constants;
|
|
|
|
|
2002-04-15 00:12:54 +00:00
|
|
|
</partintro>
|
|
|
|
|
|
|
|
&reference.fbsql.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
|
|
|
|
-->
|
|
|
|
|