sasql_stmt_affected_rows

Returns the number of rows affected by executing the statement.

Prototype

int sasql_stmt_affected_rows( sasql_stmt $stmt )

Parameters

$stmt – A statement resource that was executed by sasql_stmt_execute.

Returns

The number of rows affected or FALSE on failure.