InterviewSolution
Saved Bookmarks
| 1. |
Which of the following returns an SQLSTATE code?(a) mysql_error()(b) mysql_errno()(c) mysql_sqlstate()(d) mysql_close()The question was posed to me during an interview.My question is taken from Handling Errors and Processing Command Options in section MySQL Programs Using C of MySQL |
|
Answer» Right choice is (C) mysql_sqlstate() |
|