1.

mysql_store_result() does not return a result set.(a) True(b) FalseI had been asked this question in semester exam.This intriguing question comes from Processing SQL Statements topic in chapter MySQL Programs Using C of MySQL

Answer»

Correct choice is (B) False

For explanation I would say: The FUNCTIONS ‘mysql_store_result()’ and ‘mysql_use_result()’ are SIMILAR because both of them TAKE a connection handler argument and then return a RESULT set after carrying out processes.



Discussion

No Comment Found

Related InterviewSolutions