Has anyone made a working solution retrieving image data (jpeg/png) FROM an Access database and inserting it INTO an MySQL database? The transfer in between those two is a disaster. When I use the Easysoft ODBC-ODBC Bridge it sort of works, but I have to manually cut of the first and last part of the data because useless data is added along the way. The ODBC Socket Server seems to ignore all binary data! I prefer using the socket server since it's free, quite fast and XML-based. Any help?