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.5 $ -->
|
2002-04-15 00:12:54 +00:00
|
|
|
<reference id="ref.dbase">
|
2004-02-24 08:46:39 +00:00
|
|
|
<title>dBase Functions</title>
|
2002-04-15 00:12:54 +00:00
|
|
|
<titleabbrev>dBase</titleabbrev>
|
|
|
|
|
|
|
|
<partintro>
|
2002-04-26 10:44:44 +00:00
|
|
|
<section id="dbase.intro">
|
|
|
|
&reftitle.intro;
|
|
|
|
<para>
|
|
|
|
These functions allow you to access records stored in dBase-format
|
|
|
|
(dbf) databases.
|
|
|
|
</para>
|
|
|
|
<para>
|
|
|
|
There is no support for indexes or memo fields. There is no
|
|
|
|
support for locking, too. Two concurrent webserver processes
|
|
|
|
modifying the same dBase file will very likely ruin your database.
|
|
|
|
</para>
|
|
|
|
<para>
|
|
|
|
dBase files are simple sequential files of fixed
|
|
|
|
length records. Records are appended to the end of
|
|
|
|
the file and delete records are kept until you call
|
|
|
|
<function>dbase_pack</function>.
|
|
|
|
</para>
|
|
|
|
<para>
|
|
|
|
We recommend that you do not use dBase files as your production
|
|
|
|
database. Choose any real SQL server instead; MySQL or Postgres
|
|
|
|
are common choices with PHP. dBase support is here to allow you to
|
|
|
|
import and export data to and from your web database, because the
|
|
|
|
file format is commonly understood by Windows spreadsheets and
|
|
|
|
organizers.
|
|
|
|
</para>
|
|
|
|
</section>
|
|
|
|
|
2002-11-25 23:49:22 +00:00
|
|
|
&reference.dbase.configure;
|
2002-04-26 10:44:44 +00:00
|
|
|
|
|
|
|
<section id="dbase.runtime">
|
|
|
|
&reftitle.runtime;
|
|
|
|
&no.config;
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section id="dbase.resources">
|
|
|
|
&reftitle.resources;
|
|
|
|
&no.resource;
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section id="dbase.constants">
|
|
|
|
&reftitle.constants;
|
|
|
|
&no.constants;
|
|
|
|
</section>
|
|
|
|
|
2002-04-15 00:12:54 +00:00
|
|
|
</partintro>
|
|
|
|
|
|
|
|
&reference.dbase.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
|
|
|
|
-->
|
|
|
|
|