Hi...

A basic JDBC question.

I am trying to call a stored proc with multiple return values.  Note,
multiple return values; not multiple inout parameters.

It's an Interbase database.

The stored proc can be called from another stored proc in the following
manner:
execute procedure my_stored_proc(:param1, :param2)
returning_values(:retparam1, :retparam2, :retparam3);

How do I do this using a java.sql.CallableStatement?

I've looked for examples on the internet, but I can only find ways to deal
with singular return values.

Regards,
Jason.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CTJUG Tech" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.co.za/group/CTJUG-Tech?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to