
PictureBox won't bind to OLE Object image field
I have an ADODC control with some text boxes and 1 picturebox bound to a
field called 'Image' in an access db. In access I made the image field an
OLE Object field and inserted a bitmap into it from file.
I know that the ADODC connection is OK because when my form loads the
textboxes correctly display the text fields they are bound to.
However I get the error "Unable to bind to field or datamember: 'Image' "
and the image is not displayed in the picture box. I set the
picturebox.dataformat to be 'picture' at design time but after the error
appears I look at the properties and it is reset to nothing.
Dan Murray