<?xml version="1.0" encoding="iso-8859-1"?> <!-- $Revision: 1.3 $ --> <reference id="ref.dbase"> <title>dBase functions</title> <titleabbrev>dBase</titleabbrev> <partintro> <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> <section id="dbase.installation"> &reftitle.install; <para> In order to use these functions, you must compile PHP with the <option role="configure">--enable-dbase</option> option. </para> </section> <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> </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 -->