hi,
if you're using a mysql database then i think it's not possible to store picture in
but you can always store a path to picture,
so, i would make a form with textbox for then name of picture and picture box, two buttons and one dialog-file chooser
when you click the first button-OpenButton, dialog-file chooser opens, then you chose a picture, here you'll need to
catch location of the picture, and close dialog
chosen picture loads in a picture box, in the textbox enter a name of picture,
clicking on the second button-SubmitButton- should store name and location in database,
you can always show picture using picturebox and a path to the picture that is stored in database
i hope you understand me, my english is not quite good,
and take this with reserve, this is nothing more than just an idea