Click to See Complete Forum and Search --> : Picture in Report
asm
Nov 8th, 2006, 11:39 PM
Hi
I save the picture in SQL Database as binary format through VB6
and now I want to display the the picture in crystal report9.
How can I do this Can anybody help on the issue
Thanks
ASM
shakti5385
Nov 9th, 2006, 01:01 AM
I never use the crystal report for binary picture, but I want to suggest you that save the picture in a folder and save the path of that picture in your database as a string.
Other wise your database gets heavy if there is so much data.
And regarding your problem for calling the binary picture I am searching.
RobDog888
Nov 9th, 2006, 01:07 AM
SQL Server databases are very powerful and if there is enough power and other resources on the server where SQL db is installed, it can handle storing image data. The harder part is to bind the image control to the field. Not sure if its automatic now in CR 9 or newer as I only have 8.5.
RhinoBull has a good example of reading and writting images to and from a db in one of the links in his signature.
asm
Nov 9th, 2006, 01:09 AM
I will Change the same from binary to string.
But how can I display the picture in crystal report.
Pls guide through code..
Thanks
ASM
vbforums.com
Copyright Internet.com Inc., All Rights Reserved.