Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Extracting file information from OLE

Status
Not open for further replies.

mdh2861

Programmer
May 11, 2002
1
US
I need to be able to extract the original file from an embedded OLE object. If anyone knows any way to code/script or any other way to do this please let me know.
 
The byte values of binary fields in a recordset can be retreived by treating a field value as an array:

rst!someField.value(index)

the filed size is given by the fieldsize proerty of that field (only binary feilds have that property)

Hope this helps. [smarty]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top