You are here : cpp0mysql_warning_count

mysql_warning_count() - 0

 Returns the number of errors, warnings, and notes generated
        during execution of the previous SQL statement.


Syntax

unsigned int mysql_warning_count(MYSQL
        *mysql)


Example

 


Output / Return Value

 The warning count.


Limitations


Alternatives / See Also


Reference