(with appropriate error handling, of course).$sth = $dbh->prepare(" declare \@ret numeric exec TEST \@results=@ret select @ret "); $sth->execute; do { while($d = $sth->fetch) { print "@$d\n"; } } while($sth->{syb_more_results});
Michael
In reply to Re: Re: SQL Stored Procedure return value
by mpeppler
in thread SQL Stored Procedure return value
by gnangia
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |