How to Save Image files in MsAccess
Printable View
How to Save Image files in MsAccess
You can save binary data to an access table if you declare a field of type Ole Object.
I will send you some example code that saves text files (not the text, but the file itself) to Access. This should be similar for graphics.
Bash