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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: sbilbrey
  • Content: Threads
  • Order by date
  1. sbilbrey

    Attempting to get binary data out of Access database

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

    How do I get to the filename property of a OLE Object field

    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

Part and Inventory Search

Back
Top