Jump to content
JasperReports Library 7.0 is now available ×

invalid column name


Recommended Posts

By: Eduardo S. - edusantilli

invalid column name

2002-03-21 05:37

when i m executing the command:

 

JasperPrint jasperPrint = jasper.fillReport(jasperReport, parameters, getConnection());

 

appear an execption saying: invalid column name, but the column exists and it is acessed in others apliactions. What is happening???

 

thanks....

eduardo from Brazil

 

 

By: Teodor Danciu - teodord

RE: invalid column name

2002-03-25 07:37

 

Hi,

 

The name of report fields must exactly match

the name of the corresponding columns in the

ResultSet object retrieved using the specified

query.

Check the field names. Apparently, there

is a mismatch.

 

Thanks,

Teodor

Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

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...