views:

495

answers:

2

Hi,

    I have a webapplication in asp.net 2.0 on that application i am using crystal report to display image from oracle database. on that report i am using dataset xsd with storedprocedure  to display data in crystal report.

But the problem is when i am using stored procedure the image is not display in the report in case if i am using the simple sql the image is coming in the report.

Please give me solution

Thanks, Pradyut

A: 

.GIF images are not really supported by Crystal Reports; I wasn't able to show those on the report, using stored procedure, only if they were in .JPG or .PNG format. Change the format of the picture to .JPG, store it again in database and try. HTH!

Branka Kranjac
A: 

hi i am generating a mail using stored Procedure i want display some images in the mail how can i specify or include images in stored Procedure Thanks in advance

Pavithra