Export executable OLE Object

Epic

Registered User.
Local time
Today, 10:32
Joined
Dec 23, 2004
Messages
58
Hi,
Trying to figure out how to export an executable OLE Object from a table in a certain location. I am googling for a few days now, I found many solutions for pictures, office documents, etc... but I did not managed to addapt them for my needs.

Basicaly what I want is to hold in one of my tables a portable file packaging applcation as an OLE object and export it when I need to pack-unpack some files.

Attached a database
Any help much appreciated.

Thanks.
 

Attachments

I store files like DL's, fonts, etc. as a BLOB data. I extract the files and install/register them for use.

See:
Embedding Objects in Access

Hope this helps ...
 
Last edited:
I understand the logic and various methods I can automate this... the problem is the code itself... could not make it work.

I have used the microsoft advise but the exported program is altered and does not launch... invalid memory instruction or something like that

Can you post a working version?
 
I use the code in the example from the link I posted. I was able to convert the code to 2002/2003 format.

Embedding Objects in Access

What version of Access are you using?
 
Last edited:

Users who are viewing this thread

Back
Top Bottom