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