sasql_stmt_affected_rows

Prototype
int sasql_stmt_affected_rows( sasql_stmt $stmt )
Description

Returns the number of rows affected by executing the statement.

Parameters

$stmt   A statement resource that was executed by sasql_stmt_execute.

Returns

The number of rows affected or FALSE on failure.

Related functions