I'm trying to include a BLOB field in one of my reports but the field appears as empty . How can I make signature image display on report?
I used command to do the query:
select signature from validsinature where signaturecode =1
(The signature is the column in MSSQL 2005. It stores *.jpg as blob.)
I drag the column from database fields panel onto design panel. Preview it, signautre image does not display(empty).
I also tried to use formula, but blob is not allowed in formula.
Crystal Reports 2008
Database: Remote mssql 2005 database
Connection method: JDBC conn
Type of data in the BLOB is JPG file.