You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This fails when JDBC attempts to call the procedure. We often use a single output parameter to track error conditions.
It would great if the the procedure would be called w/o error, better still if there was a way to put the result into a variable.
The text was updated successfully, but these errors were encountered:
Thank you for bringing it up. This was raised several times already and I'm going to implement it. It will be based on the JDBC escape syntax defined in CallableStatement:
This fails when JDBC attempts to call the procedure. We often use a single output parameter to track error conditions.
It would great if the the procedure would be called w/o error, better still if there was a way to put the result into a variable.
The text was updated successfully, but these errors were encountered: