uce/doc/pages/mysql_error.txt
2022-01-20 22:42:51 +00:00

13 lines
244 B
Plaintext

:sig
String mysql_error(MySQL* m)
:params
m : pointer to a MySQL connection struct
return value : MySQL error message (if present, otherwise empty string)
:desc
Returns the last error message from a connection to a MySQL server.
:see
>mysql