Results 1 to 5 of 5

Thread: Save image/bitmap into Access Memo w/o going to HDD [RESOLVED]

Threaded View

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Mar 2004
    Posts
    22

    Question Save image/bitmap into Access Memo w/o going to HDD [RESOLVED]

    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
    Last edited by jkothia; Mar 29th, 2004 at 07:10 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width