I have the MS Access databese with images fields and i need to extract this images to byte array. The problem is that into database images is inside OLE container, and when i get images from database as BLOB, i have OLE container with image inside and i cannot display and print this image. I've try this Converting an OLE Image Object from MS Access for use in .NET way to extract images, but it works only with BMP images inside the container. I use the JDBC-ODBC bridge.
So, can anybody help me?