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!

Recent content by sbilbrey

  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

    Thanks, but I know the file is missing. I am just looking for the path and filename to be available from Visual Basic. sam
  3. sbilbrey

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

    To be honest I am not sure. I did not design the database. I think it is linked, but only because the field comment says "Link to Scanned Picture". I can tell you when I view the table in Access, the field contents just show "Package" and when I click on it I get an error...
  4. 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