PDA

Click to See Complete Forum and Search --> : Displaying Pictures using ADO


DanWebb
Nov 14th, 1999, 10:22 PM
I am having problems with ADO. I have an Access DB which I am connecting to with ADO code. The only problem is that one of my fields is an OLE field and contains a picture and I cannot for the life of me display the picture. I have tried using an image and picture control, but I get an error message at run time saying that there was trouble binding to the field in which this picture resides. Has anyone had a similar problem or does anyone know how to overcome this? It's driving me crazy.

Cheers

Dan

samba
Nov 15th, 1999, 03:18 AM
Try using the vb5 toolbox. bind it to the ado control.

hope this helps.

samba

Clunietp
Nov 15th, 1999, 10:34 AM
I hope you don't want to do this manually via the objects....
http://support.microsoft.com/support/kb/articles/Q194/9/75.ASP

Tom