Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
int sasql_stmt_affected_rows( sasql_stmt $stmt )
Returns the number of rows affected by executing the statement.
$stmt A statement resource that was executed by sasql_stmt_execute.
The number of rows affected or FALSE on failure.