Programmatically managing Microsoft Access Attachment-typed field with .NET

后端 未结 4 851
感动是毒
感动是毒 2020-12-09 13:14

Access added a new data type in the 2007 version--the Attachment type. We are currently working on a WinForms application with .NET 3.5 (C#) that uses an Access 2007 databas

4条回答
  •  自闭症患者
    2020-12-09 13:39

    I've been struggling to try and do this same thing. There is a reference you can include in your project to "Microsoft.Office.Interop.Access.Dao" that will get you the Recordset2 and Field2 Interfaces, but no implementation classes.

    That's about as far as I've gotten, I'll post more once/if I figure it out...

    I was not able to get this working in C#, so I moved on to a different solution. I would love to know how to do this though if someone figures it out.

提交回复
热议问题