I want to save a file (pdf, bitmap, word doc etc) in an application that uses Microsoft Access 2010. The application is written using C#. The Access database field is an attachment data type.
How do I save the file using C# and how do I read the file out of the database.
The idea is that the user can drag and drop a file attachment and save the record. Later they can retrieve the record and view it.
Thanks