2005-06-19 18:42:59 +00:00
|
|
|
<?xml version="1.0" encoding="iso-8859-1"?>
|
2006-02-08 08:27:46 +00:00
|
|
|
<!-- $Revision: 1.4 $ -->
|
2005-06-19 18:42:59 +00:00
|
|
|
<!-- splitted from ./en/functions/paradox.xml, last change in rev -->
|
|
|
|
<refentry id="function.px-put-record">
|
|
|
|
<refnamediv>
|
|
|
|
<refname>px_put_record</refname>
|
|
|
|
<refpurpose>Stores record into paradox database</refpurpose>
|
|
|
|
</refnamediv>
|
|
|
|
|
|
|
|
<refsect1 role="description">
|
|
|
|
&reftitle.description;
|
|
|
|
<methodsynopsis>
|
|
|
|
<type>bool</type><methodname>px_put_record</methodname>
|
2005-06-19 20:46:15 +00:00
|
|
|
<methodparam><type>resource</type><parameter>pxdoc</parameter></methodparam>
|
|
|
|
<methodparam><type>array</type><parameter>record</parameter></methodparam>
|
2006-02-08 08:27:46 +00:00
|
|
|
<methodparam choice="opt"><type>int</type><parameter>recpos</parameter></methodparam>
|
2005-06-19 18:42:59 +00:00
|
|
|
</methodsynopsis>
|
|
|
|
<para>
|
2006-02-08 06:28:55 +00:00
|
|
|
Stores a record into a paradox database. The record is always added at
|
|
|
|
the end of the database, regardless of any free slots. Use
|
2006-02-08 08:27:46 +00:00
|
|
|
<function>px_insert_record</function> to add a new record into the first
|
2006-02-08 06:28:55 +00:00
|
|
|
free slot found in the database.
|
2005-06-19 18:42:59 +00:00
|
|
|
</para>
|
|
|
|
</refsect1>
|
|
|
|
|
|
|
|
<refsect1 role="returnvalues">
|
|
|
|
&reftitle.returnvalues;
|
|
|
|
<para>
|
|
|
|
&return.success;
|
|
|
|
</para>
|
|
|
|
</refsect1>
|
|
|
|
|
|
|
|
</refentry>
|
|
|
|
|
|
|
|
<!-- 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
|
|
|
|
-->
|
|
|
|
|