Subject | Re: Firebird DB Size |
---|---|
Author | Bisey |
Post date | 2005-07-27T13:01:55Z |
> Obviously there is something wrong with your aplication.database,
> Instead of thinking whether to store images inside or outside of
> you should fix it first. (and it seem your database will be very small,First of all, I wanted to reply Ivan that he was right. When I tried
> 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
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