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