Subject | Re: [Firebird-Java] Re: CallableStatement.getParameterMetaData() fails |
---|---|
Author | Roman Rokytskyy |
Post date | 2005-03-04T20:32:22Z |
> 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:Why cannot you use SELECT * FROM ADD_NUMBERS(?, ?) syntax? (It does not
> EXECUTE PROCEDURE ADD_NUMBERS2(?, ?) RETURNING_VALUES ?
> but that doesn't seem to work either.
work with CallableStatement though, only with PreparedStatement).
Roman