Subject | Re: [firebird-support] Re: help with blob streams |
---|---|
Author | Mark Rotteveel |
Post date | 2009-10-13T19:51:45Z |
You are right, I just looked at the code and it uses segments to read
and write blobs when using input/outputstreams in Java.
Mark
woodsmailbox wrote:
Mark Rotteveel
and write blobs when using input/outputstreams in Java.
Mark
woodsmailbox wrote:
> Nope, no Bopen or BLOB_put in jaybird either. I get it it's a dead feature then, at least not alive enough to warrant implementing in a binding.--
>
> --- In firebird-support@yahoogroups.com, Mark Rotteveel <Avalanche1979@...> wrote:
>> Probably Jaybird (the Java JDBC driver) uses it, since JDBC requires the
>> ability to stream blobs (although you could also solve that differently).
>>
>> Mark
>>
>> Cosmin Apreutesei wrote:
>>> Hi,
>>> Is the blob stream API still supported? If yes, please guide me to some code
>>> where it is used. All I found was a 6-year old article on IBPhoenix. I don't
>>> see this API used in ibpp, kinderbasdb, nor fibplus either. Do you know of
>>> any binding that supports it?
>>>
>>> Thanks!!
>>> Cosmin.
Mark Rotteveel