<br><div class="gmail_quote">On Thu, Nov 26, 2009 at 9:53 PM, Michael Jerris <span dir="ltr">&lt;<a href="mailto:mike@jerris.com">mike@jerris.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div style="word-wrap: break-word;"><pre><a rel="nofollow" href="http://dev.mysql.com/doc/refman/5.1/en/connector-odbc-news-3-51-18.html" target="_blank">http://dev.mysql.com/doc/refman/5.1/en/connector-odbc-news-3-51-18.html</a>

MySQL Connector/ODBC now supports batched statements. In order to enable
        cached statement support you must switch enable the batched
        statement option (<code>FLAG_MULTI_STATEMENTS</code>,
        67108864, or <span>Allow multiple statements</span>
        within a GUI configuration). Be aware that batched statements
        create an increased chance of SQL injection attacks and you must
        ensure that your application protects against this scenario.
       (<a href="http://bugs.mysql.com/7445" target="_blank">Bug#7445</a>)
</pre><div><br></div></div></blockquote><div><br>so, is this the right patch ?<br>
<br>
<a href="http://bugs.mysql.com/file.php?id=6994">http://bugs.mysql.com/file.php?id=6994</a><br>
<br>
<br>
T. <br></div></div><br>