Subject | Re: [Firebird-Java] Full BLOB support in auto-commit case |
---|---|
Author | Luca Lafranchi |
Post date | 2002-02-28T11:54:21Z |
Hi Roman!
Blob writing works very well.
I've just done some export/import operations on my db involving text and
images blob data and no exception occurred.
Many thanks once again!
Luca
rrokytskyy wrote:
Blob writing works very well.
I've just done some export/import operations on my db involving text and
images blob data and no exception occurred.
Many thanks once again!
Luca
rrokytskyy wrote:
> Hi,
>
> I have finished write BLOB field support in auto-commit case. The
> implementation has to cache the blob data in memory, so this is not
> very efficient way of using BLOBs. Therefore I recommend not to use
> auto-commit if you plan to put large binary data there.
>
> Please update the sources.
>
> Looking forward for your responses.
>
> Best regards,
> Roman Rokytskyy