Subject | Re: [firebird-support] Converting A Blob To A String Within A SP |
---|---|
Author | Ivan Prenosil |
Post date | 2005-11-09T10:00:14Z |
>> > You can use substring, it converts a blob to varcharAhaa, I tried it with RDB$PROCEDURES.RDB$PROCEDURE_SOURCE
>> >
>> > Substring(MyBlob from 1 for 1024)
>>
>>Yes, but it works only in Firebird 2.
>
> Works here on Firebird 1.5.2, Ivan. :-))
since it is sub_type 1, and it does not work on FB1.5.2, it does work on FB2.
Probaly bug caused by unicode_fss.
For "normal" blobs it indeed works even with FB1.5, thanks Helen.
Ivan