steinm Thu Mar 30 15:57:09 2006 UTC Modified files: /phpdoc/en/reference/paradox/functions px-create-fp.xml Log: - added note about what needs to be done if blob fields are created http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/paradox/functions/px-create-fp.xml?r1=1.4&r2=1.5&diff_format=u Index: phpdoc/en/reference/paradox/functions/px-create-fp.xml diff -u phpdoc/en/reference/paradox/functions/px-create-fp.xml:1.4 phpdoc/en/reference/paradox/functions/px-create-fp.xml:1.5 --- phpdoc/en/reference/paradox/functions/px-create-fp.xml:1.4 Wed Feb 8 06:34:10 2006 +++ phpdoc/en/reference/paradox/functions/px-create-fp.xml Thu Mar 30 15:57:09 2006 @@ -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