my_bool mysql_stmt_free_result(MYSQL_STMT
*stmt)
Releases memory associated with the result set produced by
execution of the prepared statement. If there is a cursor open
for the statement,
mysql_stmt_free_result() closes
it.
This function was added in MySQL 4.1.1.
Zero if the result set was freed successfully. Nonzero if an error occurred.

User Comments
Add your own comment.