Handling fields of Attachment type in MS Access using ADO
问题 I have some fields in my database that will need to store images ( bitmap, JPG or PNG ) and PDF ( or Excel/RTF/TXT ) files. Browsing through Internet, I have learned that MS Access 2007 ( and newer versions ) have a field of type Attachment that can suit my needs. However, I am filling database via GUI ( made in C++ and WinAPI ), using ADO . I was not able to find an example of inserting/loading such data into/from database using ADO . Searching here through some similar questions ( VB,