0
votes
votes
1 answers
How can I retrieve image from database, and load it inside a PictureBox in a Winform?
Say I have stored images in a field called Picture, in a database called productcatalog, and from table Products, I want to retrieve those images and put them in a PictureBox in a Winform. I tried with below code, but it is not able to w ...
