From 88887298f1231e0e68ac484ff1aa4dc96fcb588f Mon Sep 17 00:00:00 2001 From: "Frank M. Kromann" Date: Wed, 17 Oct 2001 20:20:09 +0000 Subject: [PATCH] Wrong data size specified. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@60112 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/fbsql.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions/fbsql.xml b/functions/fbsql.xml index 5a68913abd..57151e0574 100644 --- a/functions/fbsql.xml +++ b/functions/fbsql.xml @@ -1,5 +1,5 @@ - + FrontBase functions FrontBase @@ -2099,7 +2099,7 @@ $result = fbsql_query ("SELECT my_col FROM my_tbl") retreiving LOB data from the database. When BLOB and CLOB data is stored in FrontBase it can be stored direct or indirect. Direct stored LOB data will allways be fetched no matter the setting - of the lob mode. If the LOB data is less than 24 bytes it will allways + of the lob mode. If the LOB data is less than 512 bytes it will allways be stored directly.