Subject | Re: BLOB size |
---|---|
Author | Jiri Cincura |
Post date | 2005-11-21T17:58:16Z |
--- In firebird-support@yahoogroups.com, "Ivan Prenosil" <Ivan.
Prenosil@s...> wrote:
Prenosil@s...> wrote:
>files in
> > is there any option how to get the blob size? I have about 10
> > the database and I have to show the "filesize" (=blobsize) to theuser.
> > Fetching the whole blob and size-counting is IMHO not good idea.Yeah. I've forgot about blob_info function. :P
>
> Either use isc_blob_info( ) API call,
> or store the size in extra column.
>
> Ivan
>