Can someone suggest the correct way of dealing with the NUMERIC data type
through JDBC? The attribute in question is a NUMERIC(10,2) (currency)...
We're thinking of just using a float to handle it... Since this type can be
much larger than we're using, what should be used in those cases???
Thanks.
S.