> [1] (from PreparedStatement.setObject): "Note: Not all databases allow
> for a non-typed Null to be sent to the backend. For maximum
> portability, the setNull or the setObject(int parameterIndex, Object
> x, int sqlType) method should be used instead of setObject(int
> parameterIndex, Object x). "
> ---
This was essentially Oliver's argument. The spec specifically tells
you what to do.
Bernard, if you point this out to the projects in question what do they say ?
Dave