Board index » delphi » How to display a jpeg stored in BLOB
Fulop Attila
![]() Delphi Developer |
Fri, 08 Nov 2002 03:00:00 GMT
How to display a jpeg stored in BLOB
I stored some jpegs in a db's BLOB field.
I can not display them with the following method: proc.. ..btnClick(..); This is a button's onclick method, and I expirienced the followings: Stepping to another field causes the loop to restart... Q: What is the correct way to display a jpeg image (using TImage) stored Thanks: Fulci. |