[erlang-questions] HowTo: Stored Procedure

Robert Raschke rtrlists@REDACTED
Thu Feb 5 10:26:21 CET 2009


On Wed, Feb 4, 2009 at 6:54 PM, marmll <mm@REDACTED> wrote:
> Hi and thanks for yout help. I need the return parameter from my own stored
> procedure ! How can i get this value ?

Hmm, I haven't checked the code, but my guess is that the Erlang odbc
lib needs a result set to return values. So, you could try and change
your stored proc to return a result set (i.e., end with a select).

Or maybe something with ? params ({? = call sp})? Sorry, don't know
any more and can't try anything at the moment.

I remember the odbc lib code to be very straightforward, might be
worth to have a quick read.

Robby



More information about the erlang-questions mailing list