<br><br><div class="gmail_quote">On Mon, Apr 20, 2009 at 7:25 PM, Bèrto ëd Sèra <span dir="ltr">&lt;<a href="mailto:berto.d.sera@gmail.com" target="_blank">berto.d.sera@gmail.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;">

Hi!<br><br>Compliments! FMI, is there any support for stored procedures, stored functions and IN OUT parameter passing with MySQL 5.1?<br></blockquote><div><br>Thanks! More or less. At least, it is not tested. However, as you can see in: <a href="http://wiki.squeak.org/squeak/6106" target="_blank">http://wiki.squeak.org/squeak/6106</a> we plan to do it in a future. <br>
 
<br>When I asked Norbert (openDBX author) about openDBX store procedure support, he told me &quot;You have to enable the multi-statement option and retrieve all result sets using odbx_result.
&quot;. This, in SqueakDBX means: DBXConnection #enableMultiStatements and then do #execute: aSQLString. <br><br>I guess in this case aSQLString can be the call string to SP, but I really don&#39;t know.<br><br>So, perhaps we do support SP but we don&#39;t know it. Is just a matter of testing. If you want I can google and see how to create a simple SP and see If I can call it and retrieve the results.<br>
<br>Cheers,<br><br>Mariano<br><br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>Thanks<br>Berto <br>
<br><br>
<br></blockquote></div><br>