Thanks to visit codestin.com Credit goes to dev.mysql.com
Syntax:
count = ccnx.num_rows()
Returns the number of rows in the active result set.
Raises a MySQLError exception if there is no result set.
MySQLError