Hi! Does anybody know how to store and retrieve an image in a MySQL table? I succeeded in storing a jpeg in a medium blob or blob column, using the 'load_file' MySQL function, but when I try to move the blob to a PictureBox I get the message 'Wanted picture, got string instead'. Any ideas? Thanks.