I know this has been asked before but I have hit a :banghead: with my searches.We have an old datalogger that stores data into an access table in OLE format. The field displays "Long Binary Data"
I presume the stored object is some sort of image file as the datalogger software displays a graph after each run and it is this graph I am trying to extract.
I've been trying different code but can't seem to extract the object. One of my searches threw up this site http://www.lebans.com/oletodisk.htm where the developer post a database that extracts the OLE object from the database. Unfortunately when I try to extract the data, I get an error saying "the OLE object contains an unsupported format"
My questions, is there any way to check what type of file is stored and how do I go about extracting it? My ultimate aim is a form displaying all the records where a user can click on a field to view the file.
Thanks in advance,
Poco
I presume the stored object is some sort of image file as the datalogger software displays a graph after each run and it is this graph I am trying to extract.
I've been trying different code but can't seem to extract the object. One of my searches threw up this site http://www.lebans.com/oletodisk.htm where the developer post a database that extracts the OLE object from the database. Unfortunately when I try to extract the data, I get an error saying "the OLE object contains an unsupported format"
My questions, is there any way to check what type of file is stored and how do I go about extracting it? My ultimate aim is a form displaying all the records where a user can click on a field to view the file.
Thanks in advance,
Poco