Thread: jdbccts issues

jdbccts issues

From
Dave Cramer
Date:
Does anyone know if there is a requirement for callable statements to
cast the result to the registered type

for instance

registerOutParameter(1, Types.REAL ) and the return type is a double

should we return a Float ?

Dave