Subject | Re: [firebird-support] BLOB size |
---|---|
Author | Ivan Prenosil |
Post date | 2005-11-21T10:48:03Z |
> is there any option how to get the blob size? I have about 10 files inEither use isc_blob_info( ) API call,
> 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.
or store the size in extra column.
Ivan