I got an exception when using OJB with a table containing a Decimal field.
Upon stepping through the code, I found that the problem was that I was
getting a NotImplementedException when the result set was trying to do a
rs.getBigDecimal(colName).  Is there a way around this?  How can I (for
instance) make the Decimal field map to a Double?

Thanks
Raghavan


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to