|
-
Mar 26th, 2004, 05:32 PM
#1
Thread Starter
Junior Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|