<div class="gmail_quote"><div>Hi Michal,</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">> I'm trying to implement titled case related to bug [0].<br>

> In current code, any SQL going to executed via SQL window, is processed and<br>
> if there are more SQL queries, it detect only one query.<br>
> So whole statement with any valid number of SQl queries need to be detected.<br>
> Then by using mysql_multi_query() function all results related to multiple<br>
> queries can be obtained.<br>
> As I think displaying these results can be done with looping the result<br>
> sets.<br>
><br>
> Additionally I saw mysql_multi_query manual [1] mentioned that separate<br>
> queries are identified by semicolon.<br>
> May be I need to replace the delimiter if it is not a semicolon.<br>
<br>
</div>It is not possible to replace it in all cases - eg. when creating<br>
procedures. So it might be better to run mysqli_query and collect<br>
results manually?<br></blockquote><div><br></div><div>I'm not familiar with stored procedures and routines.</div><div>So that I'm not clear what is the reason for that. But I'll look into that.</div><div><br>
</div><div>I have already try some modifications on display multiple query results executed throught the SQL window.</div><div>Though it is not completed, now I can display several tables.</div><div>But I have some problems to continue. There are many parameters are initialized in sql.php file which need to diplay relavant table. (which needs for setProperties() function)</div>
<div>Though I need to get the use of same code snippets, since there is procedural code either I have to repeat the wheel or any otherway.</div><div>So, what should I do for this ?</div><div><br></div><div>I'm intending to look on stored procedures and routines after implementing this first.</div>
<div><br></div><div>Regards !</div></div>