Subject Re: [Firebird-Java] Re: CallableStatement.getParameterMetaData() fails
Author Roman Rokytskyy
> Ok, I see. That's unfortunate. Any ETA on full functionality,

In next release (2.0), but that is not going to happen sooner as in couple
of months - there are plenty of changes in CVS that have to be stabilized,
unless somebody is willing to invest time and prepare a patch for 1.5
branch.

> or is there a workaround syntax? I've tried:
> EXECUTE PROCEDURE ADD_NUMBERS2(?, ?) RETURNING_VALUES ?
> but that doesn't seem to work either.

Why cannot you use SELECT * FROM ADD_NUMBERS(?, ?) syntax? (It does not
work with CallableStatement though, only with PreparedStatement).

Roman