my_ulonglong mysql_stmt_affected_rows(MYSQL_STMT
*stmt)
mysql_stmt_affected_rows() may
be called immediately after executing a statement with
mysql_stmt_execute(). It is like
mysql_affected_rows() but for
prepared statements. For a description of what the affected-rows
value returned by this function means, See
Section 17.6.6.1, “mysql_affected_rows()”.
This function was added in MySQL 4.1.0.
None.
See the Example in Section 17.6.10.10, “mysql_stmt_execute()”.

User Comments
Add your own comment.