Subject Jpeg Blob Problem
Author rodbracher
I have a relation with a field called 'image'

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 ?


Thanks

Rod