For an updater application, we are storing firmware files into an MS-Access database. The firmware-files are stored in MS-Access typical OLE-objects.
I want to read out of the OLE-object a byte array with the original content of the file. I have now already access to the data and meta-data of the OLE-object. Are there any native parsers available to strip the meta-data off? I am just interested in the original content.
The updater application is written in C#. I need the byte array in the application. The link with the database is already working fine.