Home » MYSQL » Mysql Error handling » Question
  1. The argument to the function mysql_error() is _______________.
    1. pointer
    2. structure
    3. float
    4. integer
    5. None of these
Correct Option: A

The argument to the API functions ‘mysql_error()’, ‘mysql_errno()’ and ‘mysql_sqlstate()’ is a pointer to the connection handler. These should be called after an error occurs.



Your comments will be displayed only after manual approval.