Answered by:
Displaying images / BLOB (Mysql) data in Crystal Report

Question
-
User1908278553 posted
kindly help me if any one face this issue using backen MySQL database using BLOB data type to store image in Winform Application.
the problem is when i want to show uploaed image in database in Crystal Report then that image box empty.
i wast to much time on searching but can't find any solution. So, any body alreay work do that please help me what i do now to show image on Crystal Report.
Thanks
Tuesday, April 9, 2013 7:57 AM
Answers
-
User1908278553 posted
Assume that you are pulling blob data from a record defined as a blob in a database?
What image format? BMP? JPG?
Often it's a filetype issue that trips people up, since GIF is not supported, and some things like pulling text into a blob field do not work the way you expect.Only JPG file formate accepted .
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Tuesday, April 9, 2013 11:28 AM
All replies
-
User1508394307 posted
http://csharpdotnetfreak.blogspot.com/2012/06/crystal-reports-display-images-database.html
although the above example is for SQL Server, it should help you to find the solution.
Tuesday, April 9, 2013 7:58 AM -
User1291589676 posted
Refer the below links,
http://csharpdotnetfreak.blogspot.com/2012/06/crystal-reports-display-images-database.html
http://stackoverflow.com/questions/10909295/crystal-report-dynamic-image-display-from-database
Tuesday, April 9, 2013 8:10 AM -
User1908278553 posted
Assume that you are pulling blob data from a record defined as a blob in a database?
What image format? BMP? JPG?
Often it's a filetype issue that trips people up, since GIF is not supported, and some things like pulling text into a blob field do not work the way you expect.Only JPG file formate accepted .
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Tuesday, April 9, 2013 11:28 AM -
User1508394307 posted
Do you have just answered to yourself above?
Tuesday, April 9, 2013 1:17 PM