Cuz I've done that a million times on Sybase without any problems. Also, check $sth->rows.... my $sth = $dbh->prepare($StoredProcedureSQL); if(!$sth->execute(@args)) { print "Met with error: ", $sth->errstr, "\n"; # exit / die / croak / return / next / last } while ( my $row = $sth->fetchrow_arrayref ) { ... } ...
In reply to Re: calling a stored procedure using DBI.pm
by reyjrar
in thread calling a stored procedure using DBI.pm
by aroc725
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |