I have been trying to read a picture saved in Access DB as a OLE object in a PictureBox in a C# windows Application.
The code that does this is presented below:
You can try:
pbPassport.Image = Image.FromStream(ms);