Holger Schulz wrote:
> I always get an exception when I try to extract the money value I inserted this way:
"money" isn't a well-supported type on the server side (I believe its
use is no longer recommended) .. IIRC the formatting rules for it are
locale-specific, among other problems.
> Object oValue = m_resultSet.getObject(i);
> org.postgresql.util.PSQLException: Bad value for type double : ?7,00
... though I'd expect at least getObject to work, if not getDouble()
Maybe you could dig into this and send us a patch?
-O