-
Which of these is preferred when stored procedures are not being used?
CLIENT_MULTI_STATEMENTS, mysql_set_server_option()
-
- neither of the two
- mysql_set_server_option()
- CLIENT_MULTI_STATEMENTS
- any of the two
- None of these
Correct Option: D
If the program does not use stored procedures anyone is suitable. If the program uses stored procedures and invokes a ‘CALL’ statement that returns a result set, the first method is better.