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...
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.