anyone could help me inserting image to mysql database.
anyone could help me regarding inserting image or blob in mysql database.im a newbie using mysql.before i use ms sql. im using VB.NET 2005. anyone could give me a code to insert a blob? i used mediumblob as my field datatype.i tried to search but nothing works well i just got a null value on my database.
thank you in advance.
best regards to all those programmers sharing their knowledge. thank you thank you..
Re inserting image
in order for you to insert image in blob you have to use system.memorystream and add parameters to reference your image so that it will be save as byte or you can use another way just simply saving the path of your image
contented
Add new comment