in reply to Getting return value of DB2 stored procedures

Is this any help?

Tom Melly, tom@tomandlu.co.uk
  • Comment on Re: Getting return value of DB2 stored procedures

Replies are listed 'Best First'.
Re^2: Getting return value of DB2 stored procedures
by iguanodon (Priest) on Oct 20, 2006 at 12:56 UTC
    No, the code in that article doesn't bind the return value. So far all of the examples I've seen work that way, so I have to assume the driver just doesn't support it. But it's interesting that binding the return value doesn't cause an error, it just silently fails to populate the bound variable.