Subject Re: [firebird-support] Working with stream blobs at API level
Author Vlad Khorsun
> I want to implement stream-type blobs in my Lua binding I'm about to
> release soon.
>
> Could someone please tell me if this feature is still suported in
> Firebird 2.5 and if so, can you provide me with a small example test
> case?
>
> Trying to create a blob with isc_bpb_type = 1 doesn't work

Ensure your BPB is correct. For example

{isc_bpb_version1, isc_bpb_type, 1, isc_bpb_type_stream}

Regards,
Vlad