Subject | Re: [firebird-support] Converting A Blob To A String Within A SP |
---|---|
Author | Ivan Prenosil |
Post date | 2005-11-09T08:26:32Z |
>>also i cant cast the blob as a firebird varchar data type because itYes, but it works only in Firebird 2.
>>might be too big for that.
>>
>>
> You can use substring, it converts a blob to varchar
>
> Substring(MyBlob from 1 for 1024)
Ivan