Subject Re: Firebird DB Size
Author Bisey
> Obviously there is something wrong with your aplication.
> Instead of thinking whether to store images inside or outside of
database,
> you should fix it first. (and it seem your database will be very small,
> I stored much more data in blobs without any problems)
>
> How is you client written ? (IBX,IBO,PHP,...)
> Are you sure your blobs are not automagically conveted to bitmaps ?
> You can use some UDF to find out the size of all blobs
> in your table.
>
> Ivan

First of all, I wanted to reply Ivan that he was right. When I tried
to show jpg images on DBImage component in Delphi, it converted them
automatically to bmp files. So I changed the code little bit, also
changed the component, now it saves them as jpg files.

I will have also some comments for Helen's emails later. Thank you all
for your kind replies.

Can Karaca