Display Microsoft Access “OLE Object” in my application
问题 I have an an Access database that contains an OLE Object field. I need to extract the contents of this field as an image. It does not matter what type was originally placed in the OLE Field. I just need an image that represents what that object looks like. The main goal of this is to move away from the OLE Object field to a more standard image stored in a blob field. I have found some example code that parses the blob and tries to extract the underlying file. I am really looking for something