|
-
Feb 13th, 2006, 11:13 AM
#1
Thread Starter
Junior Member
Need help: retrieving an image from Access and give it to a PictureBox
Hello all,
Don't know if this is the right place to ask but I figure it might be the closest.
I have an Access database (.mdb) and one of the tables contain binary image files. I want to retrieve these images and put them into a PictureBox object. I am using the get_Item(X) method of OleDbDataReader class, which returns an generic Object (and using watch, it is a ubyte array).
How to I convert this to an Image object so I can pass it to the PictureBox set_Image method? Or is there a better way to do things?
Any help would be greatly appreciated.
Regards
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
|