Subject Re: Escaped syntax for CallableStatement: need your help/input
Author rrokytskyy
> Does it make sense to throw sqlexception for the
> registerOutParameter but allow getxxx methods to return results
> from the outxsqlda (??did I remember correctly??) for an execute sp?

no, because the order of parameters will be incorrect. getXXX should
throw an exception as well... only ResultSet will return parameters.

Thanks,
Roman