[jrf-user] Informix Money Datatype
Brought to you by:
joncrlsn
|
From: Bradley M. H. <bh...@ar...> - 2002-10-28 17:46:49
|
I'm having a problem with the Informix "Money" datatype. According to = the JDBC driver documentation from Informix, the "money" datatype is = supposed to be returned as a java.math.BigDecimal. However, when I use = com.is.jrf.BigDecimalColumnSpec as the column spec I get a = ClassCastException, because JRF is interpreting it as an Integer = instead. I've run some tests and have determined it is not Informix's driver, = which was my first thought. I've created a work around class for this, = but I was wondering if anyone had any thoughts as to what the problem = might be whether it's on my end our JRF's end. I'm using JRF 1.7. Bradley M. Handy Programmer/Analyst Spring Arbor University mailto:bh...@ar... |