Hai,
I want to add a jpg or gif image from vb.net 2005 picture box to ms-access 2003. Is it possible to add image like that?
Printable View
Hai,
I want to add a jpg or gif image from vb.net 2005 picture box to ms-access 2003. Is it possible to add image like that?
Read the image into a Byte Stream and store the ByteStream into the database field. And then while reading back from database use FromStarem method to display the image.