in reply to Re^3: DBD::Sybase $sth->rows returns -1
in thread DBD::Sybase $sth->rows returns -1
Execute returns a true value if it succeeds and a false value otherwise, so we abort if for some reason the execution fails.$sth18->execute($userName) or die "Couldn't execute statement: " . $st +h18->errstr;
|
|---|