Search results

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