How to insert and retrive images on MSACCESS using java

Showing Answers 1 - 6 of 6 Answers

Mubashir Hameed Koul

  • Jul 2nd, 2007
 

First thing we need to do is set the column type as OLE Object. While saving the data into the column of type OLE Object, save the data as byte array, while retrieving the image from the column read the value, put the value into byte array and then convert the byte array to image type and display the same. This is very simple.

mani

  • Jul 26th, 2017
 

How to insert image in MS-Access database using Java swing?

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions