Re: Saving JPEG images to images field in SQL2000 with ADODataSet





Yes, that's right ,
I used TDBImage component to display the picture from image field type in
SQL 2000.
If a TDBImage component can not display a JPEG , should I use TImage
component as a subtitute of TDBImage?
Yes
And how to display the image from image field type in SQL 2000 if I use
TImage?
You will have to write code to load the image from the record,
See code from Dennis

--
Brian Bushay (TeamB)
Bbushay@xxxxxxxxx
.



Relevant Pages