Subject | Re: [ib-support] Jpeg Blob Problem |
---|---|
Author | Martijn Tonies |
Post date | 2002-11-25T13:22:56Z |
Hi,
TDBImage only stores bitmaps - not JPEGs.
Martijn Tonies
InterBase Workbench - the developer tool for InterBase
http://www.upscene.com
Firebird Workbench - the developer tool for Firebird
http://www.upscene.com
Upscene Productions
http://www.upscene.com
"This is an object-oriented system.
If we change anything, the users object."
TDBImage only stores bitmaps - not JPEGs.
> I have a relation with a field called 'image'With regards,
>
> Previously we were storing bmp images to the record - worked fine.
> Now we want to store in JPeg format. If I assign my jpeg the bitmap (
> jpeg.assign(bitmap) ) I can then assign this image to a timage and
> view it - but if I assign to a tdbimage and post - the blob image is
> blank ( this is how I was assigning the bmp's ).
>
> I there something special I need for jpegs and blobs ?
Martijn Tonies
InterBase Workbench - the developer tool for InterBase
http://www.upscene.com
Firebird Workbench - the developer tool for Firebird
http://www.upscene.com
Upscene Productions
http://www.upscene.com
"This is an object-oriented system.
If we change anything, the users object."