Hi all-
I have received an Access database from someone who has asked me to retrieve all the photos stored in it (as OLE packages). I came across a post entitled "Extracting OLE to pdf" from March 5th 2006 and found a link to a dll and a mdb that will extract the photos, but it writes the jpegs with only there original filename (at least that is all I have been able to get it to do so far). I need to append some information from other fields in the database to identify the photos. I was hoping to use C# .NET, but would gladly use vba or something if that is the only way to do it. So far I have no problem connecting to and reading from the database in C# and vba, but I just can't figure out how to convert the Package Objects back into jpegs. Any thoughts would be greatly appreciated.
Thanks, Ben
I have received an Access database from someone who has asked me to retrieve all the photos stored in it (as OLE packages). I came across a post entitled "Extracting OLE to pdf" from March 5th 2006 and found a link to a dll and a mdb that will extract the photos, but it writes the jpegs with only there original filename (at least that is all I have been able to get it to do so far). I need to append some information from other fields in the database to identify the photos. I was hoping to use C# .NET, but would gladly use vba or something if that is the only way to do it. So far I have no problem connecting to and reading from the database in C# and vba, but I just can't figure out how to convert the Package Objects back into jpegs. Any thoughts would be greatly appreciated.
Thanks, Ben
Comment