Jump to content

java.lang.BigDecimal class doesn't exist


ksk

Recommended Posts

The JDBC driver I'm connecting to is defaulting numerics to "java.lang.BigDecimal".  Of course, it should be "java.math.BigDecimal". Is there any way to override this assignment without changing it each time I define a new report?

 

Link to comment
Share on other sites

  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

By the way, to clarify, I'm talking about when you specify the JDBC DSN, put in your select * from <tablename> and then click "Read Fields" and it pulls in all the data names and classes.

Link to comment
Share on other sites

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