Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Displaying photos

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
What is the mechanism to display the photos stored in a table through Crytal Reports ?
 
Are the photos truly stored in the table (as BLOB objects)? or is the path stored in the table.

If the field is a blob, you can simply put that field on the report. If it is a path, there is no way in CR to have it return the object from the path in each record. Ken Hamady
Crystal Reports Training/Consulting and a
Quick Reference Guide to VB/Crystal (including ADO)
 
I had the same problem, the solution occurred to me after reading another post from someone who got it to work with BMPs but could not with JPGs or GIFs.

Since I was storing image data only from JPG files (which are smaller), I tried storing binary data from BMPs instead and it worked. For confirmation, I tried storing some BMPs and some JPGs and Crystal Reports only displayed the BMPs.

I have only tested this using an ODBC connection to SQL Server 7 (it should work with other ODBC sources)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top