Hello,
I am looking for some information on a windows application form (visual basic) and its connection to Mysql. I have successfully done most of the editing to this form on my own through trial and error and lots of research on the internet. I am stuck on one part of my project that I cant seem to find any answers too.
My Windows application form takes data and stores it in mysql. It displays info, i can save, delete, search, next, previous, etc. What I would like to do now is be able to upload a picture as part of my data that is saved. First off, is it possible for mysql to save pictures? And second, how do i make my windows application form accept uploading pictures to be saved?
I would greatly appreciate any help in this area.
Thank you.