Could someone give me a code example of how to fetch the return value from a procedure call.
Here is my latest attemp:
...
my $result= $sth->execute() or die("error..."); # Fetch return value from procedure do { while (my @aRet = $sth->fetchrow_array) { $ret = $aRet[0]; } } while ($sth->odbc_more_results);
update (broquaint): added formatting + <code> tags
In reply to Howto fetch procedure return value by WestaII
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |