Suggestion on converting Windows OLE object

I inherited a old database that some of the container fields have a Windows OLE object that is no longer supported. I am wondering if anyone has suggestions on how to convert them to a supported format.

I found one suggestion of setting up macro program and I will consider that but I am hoping for another option.

any help would be much appreciated.

1 Like

Would something like this help:

The OLE-COM object viewer, Oleview.exe, is an application supplied with Visual C++ that displays the COM objects installed on your computer and the interfaces they support. You can use this object viewer to view type libraries.

Malcolm

1 Like

I was coming here to post that the client had them stored externally as well in an easy format to import. What you posted I have to admit did not immediately make sense to me but if I run into this again I will look into it more.

Thanks for the reply.