Save and Retrieve Image from Database (MS SQL)

Download the sample codes



A few points to take note.
  • These samples use ADODB
  • Includes functions to resize image to PictureBox's size
  • In VB6, the object variable for image is 'StdPicture' whereas in VB.NET, the object variable for image is 'Bitmap'

Comments