- added note about what needs to be done if blob fields are created

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@210415 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Uwe Steinmann 2006-03-30 15:57:09 +00:00
parent 8f9201819b
commit 0dcc6b982c

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.4 $ -->
<!-- $Revision: 1.5 $ -->
<!-- splitted from ./en/functions/paradox.xml, last change in rev -->
<refentry id="function.px-create-fp">
<refnamediv>
@ -28,7 +28,11 @@
<link linkend="paradox.table-fieldtypes">Constants for field types</link>.
In the case of a character field or bcd field, you will have to provide a
third element
specifying the length respectively the precesion of the field.
specifying the length respectively the precesion of the field. If your
field specification contains blob fields, you will have to make sure
to either make the field large enough for all field values to fit or
specify a blob file with <function>px_set_blob_file</function> for storing
the blobs. If this is not done the field data is truncated.
</para>
<note>
<para>Calling this functions issues a warning about an empty tablename which