From 0dcc6b982c89cd430c51be596cf95b4a37c8a773 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Thu, 30 Mar 2006 15:57:09 +0000 Subject: [PATCH] - 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 --- reference/paradox/functions/px-create-fp.xml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/reference/paradox/functions/px-create-fp.xml b/reference/paradox/functions/px-create-fp.xml index 6930975ffa..5b6cdda721 100644 --- a/reference/paradox/functions/px-create-fp.xml +++ b/reference/paradox/functions/px-create-fp.xml @@ -1,5 +1,5 @@ - + @@ -28,7 +28,11 @@ Constants for field types. 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 px_set_blob_file for storing + the blobs. If this is not done the field data is truncated. Calling this functions issues a warning about an empty tablename which