in reply to Execute stored procedure with freetd
Other than that, others' notes above about -1 might also be helpful.$action = $dbh->prepare("EXEC IBW_WebAuth $reg_num,$passwd") ; $action->execute; $rows = $action->rows ; $action->finish; print "rows is $rows\n";
|
|---|