jasper reports - iReport: @ sql variable is not recognized -


i using sybase 15 , have sp returns result set this:

select foo,        bar,        etc,        xyz,        ...       @temp_id #table order 2,3 desc 

when gets ireport query shows field name blank. knows field type java.lang.integer can see no way create field in report. if give name - @temp_id error telling me field isn't found. same thing if try in jasperreports.

the strange thing - me anyway - in eclipse data explorer shows no label column. nor jasperreports dataset , query dialog when ask read fields.

i tried calling column_15 didn't work either.

what missing?


Comments

Popular posts from this blog

java - Run a .jar on Heroku -

java - Jtable duplicate Rows -

validation - How to pass paramaters like unix into windows batch file -