Subject Re: [firebird-support] BLOB size
Author Ivan Prenosil
> is there any option how to get the blob size? I have about 10 files in
> the database and I have to show the "filesize" (=blobsize) to the user.
> Fetching the whole blob and size-counting is IMHO not good idea.

Either use isc_blob_info( ) API call,
or store the size in extra column.

Ivan