Subject Re: [firebird-support] Converting A Blob To A String Within A SP
Author Helen Borrie
At 09:26 AM 9/11/2005 +0100, you wrote:
> >>also i cant cast the blob as a firebird varchar data type because it
> >>might be too big for that.
> >>
> >>
> > You can use substring, it converts a blob to varchar
> >
> > Substring(MyBlob from 1 for 1024)
>
>Yes, but it works only in Firebird 2.

Works here on Firebird 1.5.2, Ivan. :-))

./hb