Skip to Content
0
Former Member
Dec 08, 2008 at 12:08 PM

image from db issue

49 Views

Hi All,

I have a image in my sqlserver tabel. the data type is 'image'.

I want to show this image on my report.

In the designer of my dataset i set the type of the image field als System.Byte for the image field. I get this error when loading the report:

Inconvertible type mismatch between SourceColumn 'Res_photo' of Byte[] and the DataColumn 'Res_photo' of Byte

Then i changed the the type of the field on the designer as System.Byte[] manualy. Now when loading the report, i get no error bud still don't see the image 😔

Can anyone help me with this issue?

Thanks.