The ResultSet.getBigDecimal(String) method returns 0 instead of null when a null value is retrieved. This is incorrect; the getBigDecimal Javadoc states "if the value is SQL NULL, the value returned ...
Is it possible to work with a ResultSet in a disconnected fashion much like you can in .NET? I have a class (called SQLHelper), that based on some information that I send it, creates and executes a ...