
Binding an Image control to an Image field in SQL Server
I'm having a problem binding to a SQL Server image field using the
dataenvironment. I've got the field type set to picture, the data memeber
set to the correct table. I get a problem when I open the form. It says
that it is unable tobind to the field. It's not a problem with the data
since I've tried it with and without data in the field. I am able to link
to the table in access and I'm able to view the in access.
I've also tried using a PictureBox and an OLE field and get the same
problem.
Any suggestions would be appreciated.
Barry