How to insert and retrive images on MSACCESS using java?
3818
17-Sep-2011
Chris Anderson
17-Sep-2011First 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 images 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.