Click here to Skip to main content
15,895,423 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi All,

I have an Asp.Net using C# Application in which I have Saved the Bar Code Image in DB in Blob format and fetched that in Crystal Report and it is working fine till now.

But According to our DBA it is eating up lots of DB space so they have informed me to change the Application.

So Now instead of Saving the Image in DB I have to Save the Image in a Folder and then Call it in the Crystal Report Dynamically, as I will be saving the path of image in DB.

Have Searched Google But Didn't get any Soln.

Please if you have any Soln. or Example pls Help me to Solve this issue.


Thanks a Lot in Advance...
Posted

1 solution

I got Soln. for This Problem.

If Anyone Looking for same issue then pls refer :
http://csharpdotnetfreak.blogspot.com/2012/06/crystal-reports-display-images-database.html[^]

Nicely Explained How to Call Image in Crystal Report using DB and Physical Path...
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900