KappuJ
February 26th, 2001, 10:58 PM
How can I display an image in an image control that I retrieve from a SQL database ?? The picture property only allows the path of the file name.
I tried
ImgCtrl1.Picture = rs("Photo").Getchunk
and it didnt work.
I tried
ImgCtrl1.Picture = rs("Photo").Getchunk
and it didnt work.