I am creating a bitmap/image in my app and want to store it into a memo field in Access table. I can write the bitmap to the HDD as a bmp file, and then read it and insert it into memo field using APPENDCHUNK.
I WANT TO AVOID CREATING A FILE ON HDD.
Also, need a way to retrieve this data back from the database, to redisplay it whenever needed (and to verify the save process :) ).
Using:
VB.NET 2003
ADODB
Windows XP
