harmmeijer
Programmer
I am using Access 97, one person has been and will be using access 97 forms to update and add records in the Access 97 tables.
The rest of the office is using an asp page to search and view the data in these tables.
The problem is that there are OLE Object fields in the tables. When a user wants to view these fields (mostly word documents) from an asp page the user should be presented with a href pointing to the file.
The file is located in the table as an OLE Object and I try to get it out using ADODB.Recordset and ADODB.Stream.
The file in the OLE Object field is not the same as the Word document that has been put in, Access adds some sort of OLE header (OLE head ache) to it.
How can I use asp (VB script or VB in MTS COM component) to get this file out, and put it on the IIS server as a physical file?
The rest of the office is using an asp page to search and view the data in these tables.
The problem is that there are OLE Object fields in the tables. When a user wants to view these fields (mostly word documents) from an asp page the user should be presented with a href pointing to the file.
The file is located in the table as an OLE Object and I try to get it out using ADODB.Recordset and ADODB.Stream.
The file in the OLE Object field is not the same as the Word document that has been put in, Access adds some sort of OLE header (OLE head ache) to it.
How can I use asp (VB script or VB in MTS COM component) to get this file out, and put it on the IIS server as a physical file?