Experts,
I am attempting to get the contents of a OLE Object out of a Access database and into a file. I am using the following code:
Dim imageData() As Byte
...
Open blobFilename For Binary Access Write As blobFileNum
ReDim imageData(myRS.Fields(i).ActualSize) As Byte
If...
To be honest I am not sure. I did not design the database. I think it is linked, but only because the field comment says "Link to Scanned Picture".
I can tell you when I view the table in Access, the field contents just show "Package" and when I click on it I get an error...
Hi,
I have an access database with a field of type "OLE Object". I would like to get to the filename of the object. Any suggestions?
Sam Bilbrey
sbilbrey@opentext.com
614.761.7311
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.