Allow multiple statements in MySQL ODBC

While using MySQL ODBC to execute sql statements, only single sql statement is allowed for execution by default. If you want to execute multiple sql statements at once, you have to enable the multiple statements setting in MySQL ODBC.

mysql setting  ODBC multiple statement (by Phanix)