Documentation Home
MySQL Connector/Python Developer Guide
Related Documentation Download this Manual
PDF (US Ltr) - 0.7Mb
PDF (A4) - 0.7Mb


MySQL Connector/Python Developer Guide  /  Connector/Python C Extension API Reference  /  _mysql_connector.MySQL.next_result() Method

11.30 _mysql_connector.MySQL.next_result() Method

Syntax:

ccnx.next_result()

Initiates the next result set for a statement string that produced multiple result sets.

Raises a MySQLInterfaceError exception for any MySQL error returned by the MySQL server.