Jump to content
We've recently updated our Privacy Statement, available here ×

dario.griffo

Recommended Posts

Hi all, after being able to load an image from the db in the jaspersoft studio now I want to make the same report on the jaspersoft server instance of the company.

The steps I'm doing:

Created the Data Source poiting to my SQL DB

Created a domain and a derived table (selecting the tables I want previously) with the following SQL

SELECT student.txtname AS Name, 
       student.dtedob AS DateOfBirth, 
  student.image AS Image 
       school.txtname AS College,        
FROM   tblstudent student
       JOIN tblschool ON tblschool.schoolid = student.schoolid 
 
When I run the query I see as available fields the name, date of birth and college name, but no the image (is a blob)
Is it possible to load images on jaspersoft server so I can show the student pic next to the data on the report?
 
Link to comment
Share on other sites

  • Replies 3
  • Created
  • Last Reply

Top Posters In This Topic

  • 1 month later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...