-
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
-
Try using the vb5 toolbox. bind it to the ado control.
hope this helps.
samba
-
I hope you don't want to do this manually via the objects....
http://support.microsoft.com/support.../Q194/9/75.ASP
Tom