G
Guest
I have a Table containing an Image datatype Column. On a Windows Form I have a listbox containing the titles of image files e.g. sample.jpg, populated from the same table When the user clicks on a list item I want the related image to be displayed in a PictureBox contol. I have tried ExecuteScalar() to retieve the image via a SQL Command, using the Picture Title as a Parameter but it returns nothing. Could anyone please tell me the best way of doing this?