I am not able to save an image from a form1's picbox.image into my access DataBase . How can i Save the image into access db and which datatype do i need to use for saving an image into accessdb
|
feedback
|
|
In MS Access you need to use the OLE Object data type. Here's some C# code to save the image into the database. Sorry it isn't VB.Net. http://www.codeproject.com/KB/database/AccessBlob.aspx Here's another approach using VB.Net: http://coder000.com/store-retrieve-binary-data-blobs-audio-video-image-exe-etc-in-database-in-vb-net/ | |||||||||
feedback
|