px_set_blob_file
(PECL paradox:1.3.0-1.4.1)
px_set_blob_file — Sets the file where blobs are read from
Description
bool px_set_blob_file
( resource $pxdoc
, string $filename
)
Calling px_put_record(),
px_insert_record(), or
px_update_record() without calling
px_set_blob_file() will result in truncated blob fields
unless the data fits into the database file.
Calling this function twice will close the first blob file and open the new
one.
Parameters
-
pxdoc
-
Resource identifier of the paradox database
as returned by px_new().
-
filename
-
The name of the file. Its extension should be .MB.
Return Values
Returns TRUE on success or FALSE on failure.