Subject Re: Slow at writing record cointaining BLOB
Author mikcaau
--- In firebird-support@yahoogroups.com, "Hardy" <HL@e...> wrote:
> --- how big are the blobs?
> *** How to know the blobs size ? How to print out the blob size so that
> I know the size?
> What tools to use to print out the blobs size?
>
It's your application isn't it?
You could write a small Delph application that
steps through rows in DB reads your blobs into TBlobField or stream
and reports blob size

mick