Subject Re: CallableStatement.getParameterMetaData() fails
Author trefork
--- In Firebird-Java@yahoogroups.com, "Roman Rokytskyy"
<rrokytskyy@a...> wrote:
> You have forgotten CallableStatement.registerOutParam(int, int) call
as I
> suggested in my private email.

According to the JDBC spec, I don't believe that calling
registerOutParam(int, int) is a requirement for getParameterMetaData()
to work. Am I wrong?

Nils