Search results

  1. M

    Question Programmatically accessing OLE attachments

    Since both approaches didn't work for me I decided to dig in but I'm stuck. What I know so far: MS Access 2000 as a frontend The attachments were created using "Create from File" dialog SQL Server 2010 is the backing database. The table is called contact_items_buf There are two columns: nr...
  2. M

    Question Programmatically accessing OLE attachments

    Thanks, the second one doesn't work for me. I'll try the first one.
  3. M

    Question Programmatically accessing OLE attachments

    I have a huge database with a lot of OLE attachments which I'm trying to extract. The backing table has only two columns: `id` and `buf` (which has type `image`) which contains the actual attachment. There are no other columns. Can I somehow mass extract those attachments to files and keep the...
  4. M

    Question General advice on exporting embedded attachments

    Hello, I have been tasked with extracting attachment from an existing MS Access application. What I know: The application database is Microsoft SQL Server 2000 Attachments are stored in CONTACT_ITEMS_BUF table The table itself has columns nr and buf, where buf is the actual file. There are...
Back
Top Bottom