InterviewSolution
Saved Bookmarks
| 1. |
Which of the following returns a MySQL-specific numeric code?(a) mysql_error()(b) mysql_errno()(c) mysql_sqlstate()(d) mysql_close()The question was posed to me during an interview.The origin of the question is Handling Errors and Processing Command Options in division MySQL Programs Using C of MySQL |
|
Answer» The CORRECT option is (b) mysql_errno() |
|