What I've found works very well for my apps is to
Base64 encode the data then store it in a text field.
It expands by a few percent but compared to the Sybase
inefficiency of using the Blob/Text fields in the first
place (they only allocate in 2K chunks) its not too serious.
On 17 May 2001 04:36:50 -0000, [EMAIL PROTECTED] wrote:
>From: [EMAIL PROTECTED]
>Operating system: AIX4.3
>PHP version: 4.0.4
>PHP Bug Type: Sybase (dblib) related
>Bug description: deal with the BLOB data
>
>PHP has some functon to deal with BLOB data for Oracle,but
>how can I deal with BLOB data for Sybase? Are there some functions?
>I tried with Sybase's function,but after that ,there are some error message like
>"Cannot add header information--
headers already sent by ....".How can I do now?
>
>
>--
>Edit Bug report at: http://bugs.php.net/?id=10917&edit=1
>
>
>
>--
>PHP Development Mailing List <http://www.php.net/>
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>To contact the list administrators, e-mail: [EMAIL PROTECTED]
>
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]