denuno / cfjasperreport

Run JasperReports from your CFML application
15 stars 7 forks source link

Issue "can't cast empty string to a number value" #3

Closed gjbecerril closed 10 years ago

gjbecerril commented 10 years ago

I encountered this exception when running this code. My query contained a column with NULL value which caused the exception since it was trying to cast a null to integer.

select \* from myTable
denuno commented 10 years ago

Thanks!