InterviewSolution
Saved Bookmarks
| 1. |
Which of these returns a string containing an error message?(a) mysql_error()(b) mysql_errno()(c) mysql_sqlstate()(d) mysql_close()The question was asked during an interview.My question is taken from Handling Errors and Processing Command Options topic in division MySQL Programs Using C of MySQL |
|
Answer» The correct ANSWER is (a) mysql_error() |
|